Re: Problems combining static in shared libraries

2007-11-16 Thread Sven Verdoolaege
Thanks for the quick reaction. On Thu, Nov 15, 2007 at 08:29:34PM +0100, Ralf Wildenhues wrote: > Confirmed. Yuck. You should be able to work around it if you drop the > AC_DISABLE_SHARED and instead add > libbar_la_LDFLAGS = -static That work-around seems to work for me. skimo ___

Re: Problems combining static in shared libraries

2007-11-15 Thread Ralf Wildenhues
Hello Sven, Replying to this issue only for now: * Sven Verdoolaege wrote on Thu, Nov 15, 2007 at 10:48:40AM CET: > > In any case, I "solved" this problem by specifying AC_DISABLE_SHARED. > However, my own library not only depends on a static library > but also on some other libtool libraries (no