Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2002 09:57:09 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        freebsd-questions@freebsd.org
Subject:   combining shared libraries into 1 library?
Message-ID:  <20021019165709.GA66781@troutmask.apl.washington.edu>

next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021019165709.GA66781>