I'm trying to install CLN (to install GiNaC) on my mac (OS X 10.3). The 'configure' script runs fine, but when I try to compile, I get the following error: g++ -g -O2 -I../include -I../include -I./base -Ibase -c ./base/random/cl_random_from.cc -fno-common -DPIC -o cl_random_from.lo base/random/cl_random_from.cc:98:2: #error "Must implement random_state constructor!" make[3]: *** [cl_random_from.lo] Error 1 make[2]: *** [base/random.target] Error 2 make[1]: *** [base.target] Error 2 make: *** [all] Error 2 Any idea what the problem is? Cheers, Dr. Robert Kirchner, Linguistics Dept. 4-20 Assiniboia Hall, U. Alberta Edmonton, AB T6G2E7 (780) 492-3480 (fax 492-0806) kirchner@ualberta.ca, http://www.ualberta.ca/~kirchner
On Thu, 19 Feb 2004, Robert Kirchner wrote:
I'm trying to install CLN (to install GiNaC) on my mac (OS X 10.3). The 'configure' script runs fine, but when I try to compile, I get the following error:
g++ -g -O2 -I../include -I../include -I./base -Ibase -c ./base/random/cl_random_from.cc -fno-common -DPIC -o cl_random_from.lo base/random/cl_random_from.cc:98:2: #error "Must implement random_state constructor!" make[3]: *** [cl_random_from.lo] Error 1 make[2]: *** [base/random.target] Error 2 make[1]: *** [base.target] Error 2 make: *** [all] Error 2
Any idea what the problem is?
Wrong version! Please upgrade to CLN 1.1.6: <ftp://ftpthep.physik.uni-mainz.de/pub/gnu/cln-1.1.6.tar.bz2> Note that you'll find some linker problems at a later stage. Somebody knowledgeable about the way that linker works needs to fix this. Regards -richy. -- Richard B. Kreckel <http://www.ginac.de/~kreckel/email.html>
participants (2)
-
Richard B. Kreckel
-
Robert Kirchner