From owner-freebsd-hackers Mon Mar 13 20:15:54 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA10273 for hackers-outgoing; Mon, 13 Mar 1995 20:15:54 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id UAA10250 for ; Mon, 13 Mar 1995 20:15:42 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id OAA09963; Tue, 14 Mar 1995 14:13:33 +1000 Date: Tue, 14 Mar 1995 14:13:33 +1000 From: Bruce Evans Message-Id: <199503140413.OAA09963@godzilla.zeta.org.au> To: hasty@netcom.com, rgrimes@gndrsh.aac.dev.com Subject: Re: static binaries? Cc: freebsd-hackers@freefall.cdrom.com Sender: hackers-owner@FreeBSD.org Precedence: bulk >> Whats the magic incantation to have make world build static binaries? >> >> Tnks, >> Amancio >setenv NOSHARED >cd /usr/src >make world What's the magic incantation to have make world build shared binaries? :-) `setenv SHARED' gives `setenv: command not found' with a real shell. :-) (`SHARED' means several inconsistent things, none of which negates `NOSHARED', and there seems to be no way to override `NOSHARED=foo' in numerous scattered Makefiles.) Bruce