On 2014-05-22 15:39, James L. Barker wrote:
> OS: RHEL 6.5
> Autoconf: 2.63
> Automake: 1.11.1
> 
> I have a library compiled as a mylib.a without Position Independent Code.
> 
> When I put the following line in my configure.ac file, the library is not 
> found.
> LDFLAGS="-I/usr/local/packages/lib"
> AC_CHECK_LIB(mylib, function)

-L/usr/... vs. -I/usr/... perhaps?

Cheers,
Peter


Reply via email to