Hi, After compiling and installing CLN I try to run ./configure on GiNaC but it says it cannot find a CLN installation. What have I missed? /Johannes
Hi, On Fri, 11 Oct 2002, Johannes Strömberg wrote:
After compiling and installing CLN I try to run ./configure on GiNaC but it says it cannot find a CLN installation. What have I missed?
What exatly did it say? It first tries to find the header files. If you have configured CLN for some path of your own you will have to provide an -I directive in $CPPFLAGS. Then it tries to link. If you have configured CLN for some strange path of your own you will have to provide an -L directive to $LDFLAGS. This is described in section "3.2 Configuration" in the tutorial, see <http://www.ginac.de/tutorial/tutorial_3.html#SEC8>. HTH -richy. -- Richard B. Kreckel <Richard.Kreckel@GiNaC.DE> <http://www.ginac.de/~kreckel/>
It works. Thanks /Johannnes -----Original Message----- From: owner-ginac-list@zino.physik.uni-mainz.de [mailto:owner-ginac-list@zino.physik.uni-mainz.de]On Behalf Of Richard B. Kreckel Sent: den 13 oktober 2002 13:47 To: ginac-list@zino.physik.uni-mainz.de Subject: Re: Can't find CLN Hi, On Fri, 11 Oct 2002, Johannes Strömberg wrote:
After compiling and installing CLN I try to run ./configure on GiNaC but it says it cannot find a CLN installation. What have I missed?
What exatly did it say? It first tries to find the header files. If you have configured CLN for some path of your own you will have to provide an -I directive in $CPPFLAGS. Then it tries to link. If you have configured CLN for some strange path of your own you will have to provide an -L directive to $LDFLAGS. This is described in section "3.2 Configuration" in the tutorial, see <http://www.ginac.de/tutorial/tutorial_3.html#SEC8>. HTH -richy. -- Richard B. Kreckel <Richard.Kreckel@GiNaC.DE> <http://www.ginac.de/~kreckel/>
participants (2)
-
Johannes Strömberg
-
Richard B. Kreckel