From owner-freebsd-questions Sat Oct 19 9:57:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6088037B401 for ; Sat, 19 Oct 2002 09:57:10 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB3FA43EA3 for ; Sat, 19 Oct 2002 09:57:09 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.6/8.12.5) with ESMTP id g9JGv94G066958 for ; Sat, 19 Oct 2002 09:57:09 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.6/8.12.6/Submit) id g9JGv9iC066957 for freebsd-questions@freebsd.org; Sat, 19 Oct 2002 09:57:09 -0700 (PDT) Date: Sat, 19 Oct 2002 09:57:09 -0700 From: Steve Kargl To: freebsd-questions@freebsd.org Subject: combining shared libraries into 1 library? Message-ID: <20021019165709.GA66781@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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