I'm trying to install LAPACK 3.1.1 on a Fedora core 7 (Intel Quad processor)
I just used make.inc.LINUX in /INSTALL forder.
That makes no problem until I made the BLAS library included in LAPACK/BLAS
But, when I type 'make' at the /LAPACK/,
there is a error message like,
( cd INSTALL; make; ./testlsame; ./testslamch; \
./testdlamch; ./testsecond; ./testdsecnd; ./testversion )
make[1]: Entering directory `/home/peterfish/lib/lapack-3.1.1/INSTALL'
gcc -o testlsame lsame.o lsametst.o
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
lsametst.o: In function `MAIN__':
lsametst.f:(.text+0x15): undefined reference to `_gfortran_set_std'
lsametst.f:(.text+0x3d): undefined reference to `_gfortran_st_write'
lsametst.f:(.text+0x4f): undefined reference to `_gfortran_transfer_character'
lsametst.f:(.text+0x57): undefined reference to `_gfortran_st_write_done'
lsametst.f:(.text+0x214): undefined reference to `_gfortran_st_write'
...
...
I just guess it is soemwhat related to the 64-bit OS or compiler (compiler is gcc 4.1.2)
when I tried to install LAPACK on Fedora core 1 (pentium4),
there is no problem~
from Where should i touch?~
Is there any easier way to install LAPACK?
should I get an knowledge on 64-bit OS or compiler Or like that??
plz help me~
thank you.