From owner-freebsd-hackers Sat Jan 6 07:23:15 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA28874 for hackers-outgoing; Sat, 6 Jan 1996 07:23:15 -0800 (PST) Received: from rover.village.org (rover.village.org [198.137.146.49]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA28868 for ; Sat, 6 Jan 1996 07:23:10 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by rover.village.org (8.6.11/8.6.6) with SMTP id IAA03611; Sat, 6 Jan 1996 08:22:47 -0700 Message-Id: <199601061522.IAA03611@rover.village.org> To: mark@seeware.DIALix.oz.au (Mark Hannon) Subject: Re: Creating linux binaries Cc: freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of Sat, 06 Jan 1996 01:05:11 GMT Date: Sat, 06 Jan 1996 08:22:46 -0700 From: Warner Losh Sender: owner-hackers@FreeBSD.ORG Precedence: bulk : 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