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 Makefil

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 = l

inter-library-dependency, how?

2011-09-09 Thread Christian Rössel
Dear all, 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 = libfoo.c libfoo.h libfoo_la_CPPFLAGS = -I/opt/packa