[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] help with building gsl 1.12
From: |
Johnny Chang |
Subject: |
[Help-gsl] help with building gsl 1.12 |
Date: |
Thu, 14 May 2009 12:57:29 -0700 |
User-agent: |
Thunderbird 2.0.0.19 (Macintosh/20081209) |
I'm trying to build gsl 1.12. I ran configure followed make.
make is failing with:
make[2]: Entering directory `/home1/johnny/gsl-1.12/siman'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I..
-g -O2 -c -o siman.lo siman.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c siman.c -fPIC
-DPIC -o .libs/siman.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c siman.c -o
siman.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o libgslsiman.la
siman.lo -lm
libtool: link: ar cru .libs/libgslsiman.a .libs/siman.o
libtool: link: ranlib .libs/libgslsiman.a
libtool: link: ( cd ".libs" && rm -f "libgslsiman.la" && ln -s
"../libgslsiman.la" "libgslsiman.la" )
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -g -O2 -c siman_tsp.c
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o siman_tsp siman_tsp.o
libgslsiman.la ../rng/libgslrng.la ../ieee-utils/libgslieeeutils.la
../err/libgslerr.la ../sys/libgslsys.la ../utils/libutils.la -lm
libtool: link: gcc -g -O2 -o siman_tsp siman_tsp.o ./.libs/libgslsiman.a
../rng/.libs/libgslrng.a ../ieee-utils/.libs/libgslieeeutils.a
../err/.libs/libgslerr.a ../sys/.libs/libgslsys.a ../utils/.libs/libutils.a -lm
../sys/.libs/libgslsys.a(ldfrexp.o): In function `gsl_frexp':
/u/johnny/gsl-1.12/sys/ldfrexp.c:63: undefined reference to `gsl_finite'
/u/johnny/gsl-1.12/sys/ldfrexp.c:88: undefined reference to `gsl_finite'
collect2: ld returned 1 exit status
make[2]: *** [siman_tsp] Error 1
make[2]: Leaving directory `/home1/johnny/gsl-1.12/siman'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home1/johnny/gsl-1.12'
make: *** [all] Error 2
Any ideas of what's wrong?
Thanks,
Johnny
--
Johnny Chang
650-604-4356
- [Help-gsl] help with building gsl 1.12,
Johnny Chang <=