bug#7621: add a way to pass link dependencies

2023-02-13 Thread Bruno Haible
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

bug#7621: add a way to pass link dependencies

2011-01-22 Thread Jack Kelly
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

bug#7621: add a way to pass link dependencies

2011-01-22 Thread Bruno Haible
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

bug#7621: add a way to pass link dependencies

2011-01-22 Thread Ralf Wildenhues
[ 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

bug#7621: add a way to pass link dependencies

2010-12-12 Thread Bruno Haible
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