>>> "BH" == Bruno Haible <[EMAIL PROTECTED]> 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