From owner-freebsd-emulation@FreeBSD.ORG Thu Aug 31 08:01:08 2006 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81CCC16A4F6 for ; Thu, 31 Aug 2006 08:01:08 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF4CE43D49 for ; Thu, 31 Aug 2006 08:01:07 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (envelope-from xdivac02@eva.fit.vutbr.cz) (8.13.7/8.13.7) with ESMTP id k7V80rmx069406 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 31 Aug 2006 10:00:53 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.7/8.13.3/Submit) id k7V80rsc069405; Thu, 31 Aug 2006 10:00:53 +0200 (CEST) Date: Thu, 31 Aug 2006 10:00:53 +0200 From: Divacky Roman To: "Scott T. Hildreth" Message-ID: <20060831080052.GA69386@stud.fit.vutbr.cz> References: <1156957083.54794.75.camel@scotth.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1156957083.54794.75.camel@scotth.emsphone.com> User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.54 on 147.229.10.14 Cc: FreeBSD Emulation Subject: Re: I am trying to compile under linux compat X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Aug 2006 08:01:08 -0000 On Wed, Aug 30, 2006 at 11:58:03AM -0500, Scott T. Hildreth wrote: > > I didn't install linux-devtools, since everything is supposed to be in > fc4 port, right? There isn't a linux gcc installed, do I need get it > from another port? I am afraid you cant do any serious linux developement under fbsd and linux emulation. we dont properly support debuging of linux processes and the whole thing is a bit fragile. I think qemu running some linux distro is much better solution.