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]