From owner-freebsd-hackers Tue Nov 7 07:26:34 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA21709 for hackers-outgoing; Tue, 7 Nov 1995 07:26:34 -0800 Received: from rover.village.org (rover.village.org [198.137.146.49]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA21703 for ; Tue, 7 Nov 1995 07:26:27 -0800 Received: from localhost (localhost [127.0.0.1]) by rover.village.org (8.6.11/8.6.6) with SMTP id IAA03718; Tue, 7 Nov 1995 08:20:17 -0700 Message-Id: <199511071520.IAA03718@rover.village.org> To: Simon Marlow Subject: Re: Compiling Linux Binaries under FreeBSD Cc: freebsd-hackers@FreeBSD.org In-reply-to: Your message of Tue, 07 Nov 1995 13:32:57 GMT Date: Tue, 07 Nov 1995 08:20:17 -0700 From: Warner Losh Sender: owner-hackers@FreeBSD.org Precedence: bulk : Ok, so now that we have Linux emulation, what is that chance of my : being able to set up a Linux compilation environment under FreeBSD? Are you asking if you can build a compiler that runs native on freebsd that will produce linux binaries (in which case it is a simple matter of configure options). If you are asking for running gcc from linux on freebsd to produce linux binaries, then it should work via the same mapping mechanisms that make shared libraries work. Warner