I checked and I am linking with -lc. But the -Wl thing. Is it in addition to the -Wl,-Bsymbolic I've already got or should it replace it? i.e.
-shared, -Wl,-Bsymbolic -Wl,soname,libtwin.so.3.2 -D_REENTRANT or -shared -Wl,soname,libtwin.so.3.2 -D_REENTRANT Thanks for your help. -- Jaldhar H. Vyas <[EMAIL PROTECTED]> On Thu, 18 Jun 1998, Shaleh wrote: > You have everything right so far. You need to make sure that it links > with "-lc" (libc) and that it sets the soname. This is done w/ > -Wl,soname,libfoo.so.<ver>. This makes it so that multiple libs can > co-exist. Like libc5 and libc6 do. > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]