Hi,
I have been trying to compile BLAS and LAPACK libraries in order to compile someone else's code. The version I have downloaded version 3.0 + update.
I tried to compile the libraries by using the make.inc.LINUX from the INSTALL directory and editing the LAPACK makefile to mak the BLAS library aswell.
The libraries seemed to have compile without problem but when I try to link the other person's code with the libraries, I get undefined reference to dswap_, dger_ and a few others in lapack_LINUX.a
Any ideas.
I am running fedora core 2.0 on on Athlon XP.

