On Mon, 11 Oct 2004 jean.magnanb(a)univ.u-3mrs.fr wrote:
My computer is a linux-gentoo machine, there is no specific gretl
package
in gentoo, so i try to build from source; configure is ok, but when I
issue "make" I get the following error:
.......
gcc -o .libs/gretlcli gretlcli.o complete.o \
../lib/.libs/libgretl-1.0.so -ldl
-L/usr/local/lib \
/usr/lib/libxml2.so -lpthread -lz -lm \
/usr/lib/libglib-2.0.so -lreadline -lcurses
../lib/.libs/libgretl-1.0.so: undefined reference to `dasum_'
../lib/.libs/libgretl-1.0.so: undefined reference to `dtrmm_'
Being no guru I wonder what happens with "cli"
These are fortran-related references that are undefined. Somehow
you're missing a link to libf2c (and probably lapack too). Can you
take a look at your config.log, and see what it says after "checking
for LAPACK"? You could also look for the line starting
"LAPACK_LIBS =" in the Makefile in the lib directory, and see what
it says.
Allin Cottrell