Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Jan 1996 08:22:46 -0700
From:      Warner Losh <imp@village.org>
To:        mark@seeware.DIALix.oz.au (Mark Hannon)
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Creating linux binaries 
Message-ID:  <199601061522.IAA03611@rover.village.org>
In-Reply-To: Your message of Sat, 06 Jan 1996 01:05:11 GMT

next in thread | raw e-mail | index | archive | help
: My question is : has anyone had any luck at generating linux
: binaries from a freebsd system?  ie compiling the code on 
: freebsd with the result being a linux binary linked with linux
: libraries???

cd ~/src/gcc
./configure --target i486--linux
make LANGUAGES="c c++"
make install

has worked for me in the past :-).

Warner



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