automake
[Top][All Lists]
Advanced

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

Re: make sorts libraries at link stage


From: Alexandre Duret-Lutz
Subject: Re: make sorts libraries at link stage
Date: Sun, 06 Apr 2003 21:50:47 +0200
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (gnu/linux)

[mfu2: address@hidden

>>> "Nathaniel" == Nathaniel  <address@hidden> writes:

 Nathaniel> Greets for everyone,

Hello, sorry for the delay.

[...]

 Nathaniel> myexec_LDADD = -lLIB1 -lLIB2 -lLIB3 -lLIB1

 Nathaniel> Apparently, the autotools manage this kind of
 Nathaniel> entries and the compile line contains only
 Nathaniel> -lLIB2 -lLIB3 -lLIB1

Libtool is responsible for this.  Apparently it has a
`--preserve-dup-deps' option, but I'm not sure how you can
use it from a Makefile.am and if it's useful at all.

http://mail.gnu.org/archive/html/libtool/2002-04/msg00057.html

(Note that --preserve-dup-deps is documented in the manual,
but that it doesn't appear on --help's output.)
-- 
Alexandre Duret-Lutz





reply via email to

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