bug-automake
[Top][All Lists]
Advanced

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

Re: pointless automake error about libtool libraries


From: Alexandre Duret-Lutz
Subject: Re: pointless automake error about libtool libraries
Date: Tue, 22 Aug 2006 11:54:41 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

>>> "BH" == Bruno Haible <address@hidden> writes:

[...]

 BH> and indeed for linking to not-installed libraries no -rpath
 BH> option is needed.

More precisely: noinst_LTLIBRARIES *requires* that no -rpath be
given.  (We're talking about Libtool's -rpath option here.)
noinst_LTLIBRARIES is used to declare convenience Libtool
libraries, and the absence of -rpath is the only way to tell
Libtool to build a convenience library and later use it as such.

This error points out a real conflict.  You can't ask the same
file to be built in two different ways, for two different purposes.

[...]

-- 
Alexandre Duret-Lutz

Shared books are happy books.     http://www.bookcrossing.com/friend/gadl





reply via email to

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