Is it possible to combine 2 shared libraries into
a single library?  I've read the ld(1) man page,
but it isn't clear whether this is possible. 
I would like to do 

  ld -Bsharable -o libX.so libY.so libZ.so

where libY.so are libZ.so are combined into
libX.so.

-- 
Steve

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to