To answer my own question:
In 1) I wrote:
> Typical values of LTLIBICONV are
>
> -liconv
> -rpath /usr/local/lib -L/usr/local/lib -liconv
> /usr/local/lib/libiconv.a
> -rpath /usr/local/lib /usr/local/lib/libiconv.so
> /usr/local/lib/libiconv.la
But that is incorrect. /usr/loc
On Sat, Jan 22, 2011 at 11:16 PM, Bruno Haible wrote:
> For (A), the list of options to be ignored during dependency extraction is the
> following (cf. gnulib/build-aux/config.rpath):
> -rpath /some/path
> -Wl,-rpath -Wl,/some/path
> -Wl,-rpath,/some/path
> -lopt=-rpath -lopt=/some/path
> -Qo
Hello Ralf,
Thank you for taking care of this long-standing problem.
> implement both (A) and (B), but in the latter
> let $(prog_LIBS) override $(LIBS) instead of having both.
For (A), the list of options to be ignored during dependency extraction is the
following (cf. gnulib/build-aux/config.r
[ http://thread.gmane.org/gmane.comp.sysutils.automake.bugs/5122 ]
Hi Bruno,
first off, thanks for the very nice and detailed report, and sorry for
the delay.
* Bruno Haible wrote on Sun, Dec 12, 2010 at 03:43:00PM CET:
> When creating an executable or library, sometimes other libraries
> have t
Hi,
When creating an executable or library, sometimes other libraries
have to be mentioned on the link command line as dependencies.
For dependencies inside the build tree, Automake handles this fine,
through the _LDADD variable for executables and the _LIBADD variable
for libraries. See e.g. the