From owner-freebsd-questions@FreeBSD.ORG Thu Jul 15 18:29:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B948516A4CE for ; Thu, 15 Jul 2004 18:29:47 +0000 (GMT) Received: from out012.verizon.net (out012pub.verizon.net [206.46.170.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5473F43D39 for ; Thu, 15 Jul 2004 18:29:47 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.84.3]) by out012.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040715182946.VLVJ2198.out012.verizon.net@[192.168.1.3]>; Thu, 15 Jul 2004 13:29:46 -0500 Message-ID: <40F6CD13.4090801@mac.com> Date: Thu, 15 Jul 2004 14:29:39 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Captain Anyways References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out012.verizon.net from [68.161.84.3] at Thu, 15 Jul 2004 13:29:46 -0500 cc: questions@freebsd.org Subject: Re: cross-compile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2004 18:29:47 -0000 Captain Anyways wrote: > All- > Is there a port out there that can be used to compile linux source code on > my freebsd machine? If you've got the sources, you can recompile reasonably portable Linux programs using the normal system compiler and be fine. Otherwise, look into the Linux emulator, documented at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu.html ...which will let you run most Linux binaries. -- -Chuck