autoconf
[Top][All Lists]
Advanced

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

Force alternate path for lib?


From: Emiliano
Subject: Force alternate path for lib?
Date: Tue, 27 Feb 2001 22:20:43 +0100

Hi all,

How would I go about forcing an alternate path for a libraray to be used
in my project?
For example, I have libfoo installed in /usr/local, and I have a
development version
installed in /usr/local/libfoo-dev. I have another software module that
uses libfoo;
usually I would just add a --with-libfoo option which adds $withval in
front of $LIBS
and $CPPFLAGS, but the compilation process picks up on the first lib
anyway (as shown
by ldd after compilation finished). What to do?

Emile



reply via email to

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