Hello Thomas, 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 the shared libraries. Adding "myprog_LDFLAGS = -all-static" does > not work.
Hmm, works for me. http://ata.cs.hun.edu.tr/~ibr/examples/a.tar.gz: [EMAIL PROTECTED]:/tmp/a$ ldd .libs/a0 a1 .libs/a0: linux-gate.so.1 => (0xffffe000) liba.so.0 => not found libc.so.6 => /lib/tls/libc.so.6 (0xb7db5000) /lib/ld-linux.so.2 (0xb7f04000) a1: not a dynamic executable Could you perhaps elaborate what you mean by "does not work"? With kind regards, Baurzhan.
