AW: Linking dynamic AND static with the same lt-libraries

2005-12-12 Thread Roesner Thomas
EMAIL PROTECTED] Im Auftrag von Baurzhan Ismagulov Gesendet: Montag, 12. Dezember 2005 22:53 An: automake@gnu.org Betreff: Re: Linking dynamic AND static with the same lt-libraries On Mon, Dec 12, 2005 at 09:28:54AM +0100, Roesner Thomas wrote: > "does not work" means, that the linker ca

Re: Linking dynamic AND static with the same lt-libraries

2005-12-12 Thread Baurzhan Ismagulov
On Mon, Dec 12, 2005 at 09:28:54AM +0100, Roesner Thomas wrote: > "does not work" means, that the linker can find all refered symbols in > the dynamic scenario, but that there are some unresolved symbols in > the static scenario. As Ralf said, it's most probably the library order, I'd also suggest

Re: Linking dynamic AND static with the same lt-libraries

2005-12-12 Thread Ralf Wildenhues
* Roesner Thomas wrote on Mon, Dec 12, 2005 at 09:28:54AM CET: > > > On Fri, Dec 09, 2005 at 04:25:42PM +0100, Roesner Thomas wrote: > > > The point is, that I want to build all programs with shared libraries, > > > but one with static libraries, wich are based on the same sourcecode > > > than th

Linking dynamic AND static with the same lt-libraries

2005-12-12 Thread Roesner Thomas
Dear Baurzhan, "does not work" means, that the linker can find all refered symbols in the dynamic scenario, but that there are some unresolved symbols in the static scenario. Looking in subdir/.libs/mylib.a shows the required symbols in the text area of the library. Kind Regards Thomas Roesn