Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 1995 14:13:33 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        hasty@netcom.com, rgrimes@gndrsh.aac.dev.com
Cc:        freebsd-hackers@freefall.cdrom.com
Subject:   Re: static binaries?
Message-ID:  <199503140413.OAA09963@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> 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



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