Re: inter-library-dependency, how?

2011-11-21 Thread Bert Wesarg
Hi, Hi Nick, thanks for the quick response. Am 09.09.2011 18:01, schrieb Nick Bowler: On 2011-09-09 17:56 +0200, Christian Rössel wrote: I want to build a program that depends on a libtool library that depends on a non-libtool library that needs rpath information to be

Re: inter-library-dependency, how?

2011-11-21 Thread Bob Friesenhahn
On Mon, 21 Nov 2011, Bert Wesarg wrote: Christian and I independently solved this with the following fix: diff --git i/libltdl/config/ltmain.m4sh w/libltdl/config/ltmain.m4sh index ca67c8a..f79ab5b 100644 libltdl/config/ltmain.m4sh --- i/libltdl/config/ltmain.m4sh +++

Re: inter-library-dependency, how?

2011-11-21 Thread Bert Wesarg
On Mon, Nov 21, 2011 at 16:31, Bob Friesenhahn bfrie...@simple.dallas.tx.us wrote: On Mon, 21 Nov 2011, Bert Wesarg wrote: Christian and I independently solved this with the following fix: diff --git i/libltdl/config/ltmain.m4sh w/libltdl/config/ltmain.m4sh index ca67c8a..f79ab5b 100644

Re: inter-library-dependency, how?

2011-09-09 Thread Nick Bowler
On 2011-09-09 17:56 +0200, Christian Rössel wrote: I want to build a program that depends on a libtool library that depends on a non-libtool library that needs rpath information to be found a runtime. My Makefile.am looks like this: lib_LTLIBRARIES= libfoo.la libfoo_la_SOURCES =

Re: inter-library-dependency, how?

2011-09-09 Thread Christian Rössel
Hi Nick, thanks for the quick response. Am 09.09.2011 18:01, schrieb Nick Bowler: On 2011-09-09 17:56 +0200, Christian Rössel wrote: I want to build a program that depends on a libtool library that depends on a non-libtool library that needs rpath information to be found a runtime. My