autoconf
[Top][All Lists]
Advanced

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

Re: Skip library during configure, include library during compile/link?


From: Bob Friesenhahn
Subject: Re: Skip library during configure, include library during compile/link?
Date: Sat, 23 Nov 2013 20:08:45 -0600 (CST)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

On Fri, 22 Nov 2013, Jeffrey Walton wrote:

I need to include a library during compile and link, but omit it
during configure because its breaking one of the configure tests.

Is it possible to include a library for compile and link, but omit it
during configure?

(In the past I could side step this issue by running configure, and
then adding LDLIBS=<...> to the makefile by hand. But this project is
not honoring LDLIBS from the makefile).

You can put anything you like in the Makefile so of course what you ask is quite possible (and trivial).

If you are using Automake, you should consult the Automake documentation.

Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/



reply via email to

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