On Wed, 9 Jan 2013, Peter Johansson wrote:
Hello libtoolers,
I have a question how inter-library dependency is normally handled when
creating libraries (with libtool).
We use libtool to create a library yat. This library depends on several other
libraries: libbam, libz, libgsl, libgslcblas,
On Mon, Nov 21, 2011 at 16:31, Bob Friesenhahn
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 libltdl/config/ltmain.
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
+++ w/libltdl/config/ltmain.m4s
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
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 Makefil
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 = l