Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.mel.connect.com.au!news.mira.net.au!inquo!in-news.erinet.com!newsfeeder.sdsu.edu!sgigate.sgi.com!nntp.coast.net!howland.reston.ans.net!news.sprintlink.net!new-news.sprintlink.net!news.infi.net!nwgw.infi.net!usenet From: jack <jacko@xtalwind.net> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Can FBSD2.1 generate executable that will run on BSDI? Date: Tue, 18 Jun 1996 23:35:36 -0400 Organization: InfiNet Lines: 7 Message-ID: <31C77588.2781E494@xtalwind.net> References: <31C74914.41C67EA6@baynetworks.com> NNTP-Posting-Host: h-admiral.x31.infi.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0b4 (X11; I; FreeBSD 2.1.0-RELEASE i386) To: Robert Withrow <bwithrow@baynetworks.com> Robert Withrow wrote: > > Is there any way to convince FBSD2.1 to build an image that > BSDI will run? > Use (g)cc's -static option. Works with everything I've tried, YMMV. <G>