autoconf
[Top][All Lists]
Advanced

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

Newb Q: Checking for libs in non-standard directories


From: Justin Todd
Subject: Newb Q: Checking for libs in non-standard directories
Date: Thu, 26 Dec 2002 12:16:09 -0800

Let's say I have a library in:

**     /usr/local/lib/someapp

Now examine the line in my configure.in:

**    AC_CHECK_LIB([someapp],[somefunc])

When configure attempts to find somefunc in someapp, it is unable to because
libsomeapp exists in a non-standard library directory. If I move libsomeapp
to /lib, then all's good.

Is it possible for configure to check for a library in a non-standard
directory?



Thanks in advance,

Justin Todd
www.diversedev.com




reply via email to

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