inter-library linking

2007-10-12 Thread Joachim Worringen
recommended solution? I figure one solution would be to compile the sources of libfoo again, this time into libshared.so. But this seems very clumsy to me. Is there a way to - let libtool generate PIC object files for static libs - then tell automake to link to the static version of a lib

Re: inter-library linking

2007-10-12 Thread Joachim Worringen
t one installed library, everything else can cause ugly sooner or later. That's my feeling as well. Also, libfoo is needed as a shared library as well, as it is used on its own. Hope that helps. It sure does, thanks. Joachim -- Joachim Worringen, Software Architect, Dolphin Intercon

Re: inter-library linking

2007-10-16 Thread Joachim Worringen
ibfoo. Is this the expected behaviour? More details if required. Joachim -- Joachim Worringen, Software Architect, Dolphin Interconnect Solutions phone ++49/(0)228/324 08 17 - http://www.dolphinics.com ___ http://lists.gnu.org/mailman/listinfo/libtool

silencing libtool and automake

2008-04-21 Thread Joachim Worringen
files via autoreconf && configure? - autoreconf honors LIBTOOLIZE env setting, but not LIBTOOL itself - slightly off-topic: how can I tell automake to add the @-silencer? Preferably, this would be a controllable setting by using an env-variable. thanks, Joachim -- Joachim Worringen, Software Arc