From owner-freebsd-hackers Mon Oct 20 13:44:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA18693 for hackers-outgoing; Mon, 20 Oct 1997 13:44:24 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA18685 for ; Mon, 20 Oct 1997 13:44:17 -0700 (PDT) (envelope-from mrcpu@cdsnet.net) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by mail.cdsnet.net (8.8.6/8.8.6) with SMTP id NAA18089 for ; Mon, 20 Oct 1997 13:44:14 -0700 (PDT) Date: Mon, 20 Oct 1997 13:44:14 -0700 (PDT) From: Jaye Mathisen To: hackers@freebsd.org Subject: Is there any way to build a completely static system? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I mean no .so's, nothing. Just the necessare .a's, and all binaries statically linked... Getting the binaries statically linked is easy, but I was hoping NOSHARED would stop building the .so's for /usr/lib, but it seems to anyway. Not critical, just curious.