[Top][All Lists]
[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
- pointless automake error about libtool libraries, Bruno Haible, 2006/08/21
- Re: pointless automake error about libtool libraries, Ralf Wildenhues, 2006/08/21
- Re: pointless automake error about libtool libraries, Bruno Haible, 2006/08/21
- Re: pointless automake error about libtool libraries, Ralf Wildenhues, 2006/08/21
- Re: pointless automake error about libtool libraries, Bruno Haible, 2006/08/21
- Re: pointless automake error about libtool libraries, Ralf Wildenhues, 2006/08/21
- Re: pointless automake error about libtool libraries, Bruno Haible, 2006/08/21
- Re: pointless automake error about libtool libraries, Ralf Wildenhues, 2006/08/21
Re: pointless automake error about libtool libraries,
Alexandre Duret-Lutz <=