On 18 Jun 1998, James LewisMoss wrote:
> I'm not sure about this one (don't know what -Bsymbolic does), but the > -soname part is necessary. > for anyone who cares, I found out that it passes an option to the linker and according to the ld(1) man page, -Bsymbolic When creating a shared library, bind references to global symbols to the definition within the shared library, if any. Normally, it is possible for a program linked against a shared library to override the definition within the shared library. This op tion is only meaningful on ELF platforms which sup port shared libraries. So it should be harmless in this situation. > the -D_REENTRANT should be on the compile lines not the link line. > Thanks I've fixed it now. -- Jaldhar H. Vyas <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]