From owner-freebsd-questions Tue Aug 21 1:23:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dto0nt10.dto.tudelft.nl (dto0nt10.dto.tudelft.nl [130.161.220.162]) by hub.freebsd.org (Postfix) with ESMTP id 1DC4637B409 for ; Tue, 21 Aug 2001 01:23:41 -0700 (PDT) (envelope-from R.deGroot@DTO.TUDelft.NL) Received: by dto0nt10.dto.tudelft.nl with Internet Mail Service (5.5.2653.19) id ; Tue, 21 Aug 2001 10:23:39 +0200 Message-ID: <117300A106D0D411BAD200805F6516AA04550F@dto0nt10.dto.tudelft.nl> From: "Groot, Ruben de" To: "'freebsd-questions@freebsd.org'" Subject: making statically linked binaries Date: Tue, 21 Aug 2001 10:23:39 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain 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 Hi, I am building a cvs server on FreeBSD-Stable and would like to run cvs from a jail. Since this involves either creating another tree of libraries etc within the jail or recompiling the binaries to be statically linked I searched Google and the mailing archives for examples, without much succes. Now, I have two questions: 1) How do I determine what shared libraries a binary depends upon. Is there a command for this? 2) Can someone point me to some examples on how to compile statically linked binaries? Thanks in advance To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message