On Wed, 6 May 2009, Ganguly, Sunandan wrote:
Has anyone built lapack-3.2.1 on x86_64 using GCC4.3.3? I realize
this
is not a lapack mailing list, but am hoping someone has done this.
I am having no joy at all:
sganguly@nyl06a-6632 lapack-3.2.1 $ make
( cd INSTALL; make; ./testlsame; ./testslamch; \
./testdlamch; ./testsecond; ./testdsecnd; ./testversion )
make[1]: Entering directory `/app/home/sganguly/lapack-3.2.1/INSTALL'
gfortran -g -o testlsame lsame.o lsametst.o
lsametst.o: In function `test1':
/home/sganguly/lapack-3.2.1/INSTALL/lsametst.f:1: undefined reference to
`_gfortran_set_options'
I haven't done any building of 64-bit code, but on my system
_gfortran_set_options is defined in libgfortran.so.3.0.0 and also
in the static library libgfortran.a.
Allin Cottrell