On Sun, Feb 19, 2006 at 05:59:47PM +0100, Andreas Bachmann wrote: > I think the whole dynamic linking functions are buggy.
First of all, calm down. Second, do your home work. By default the necessary dynamic linkage section is not present in executables, only shared libraries. Try -Wl,-E instead. Joerg _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

