automake
[Top][All Lists]
Advanced

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

Re: LDADD and library link order


From: Tom Tromey
Subject: Re: LDADD and library link order
Date: 01 Jan 2002 16:12:01 -0700

>>>>> "Patrick" == Patrick Crosby <address@hidden> writes:

Patrick> is there a way to get automake to put the libraries specified
Patrick> in LDADD after the libraries in LIBS for linking?

Nope.

Patrick> is there a different LDADD-like variable that does this?

Nope.

Generally, LIBS is used for things that all the programs in your
package will need.  Typically this is a bunch of system libraries
discovered by configure which are required for your application.
Everything else should go in _LDADD.

Tom



reply via email to

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