libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

linker cant locate a 3rd party lib


From: Jack Nguyen
Subject: linker cant locate a 3rd party lib
Date: Tue, 11 Oct 2005 10:41:43 -0700

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!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]