after
./configure and make resulted in libfoo.la, i tried
$libtool gcc -o test test.c libfoo.la
gcc -o test test.c ./.libs/libfoo.a -L /src/dir/ -lmkl_lapack -lm
/usr/bin/ld cannot find -lmkl_lapack
 
How do you add -L /mkl_lapac/dir in either configure.ac or Makefile.am. Obviously LD_FLAGS doesnt do it!
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to