Hello.
I am now trying to compile a C file containing the routine "ssyev" in lapack
. I am supposed to use some compiler options such as :
gcc -L/usr/lib -lgsl -lgslcblas -llapack -lblas -lm -o dsyev_test dsyev_
test.c
However, I have not found what compiler options to add.
Any ideas?
Thanks a lot.
d*****1 发帖数: 1837
2
which version of gcc?
-lg2c for gcc3
or
-lgfortran for gcc4