From owner-freebsd-emulation@FreeBSD.ORG Wed Aug 30 21:34:00 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 8C74416A4DE for ; Wed, 30 Aug 2006 21:34:00 +0000 (UTC) (envelope-from shildreth@allantgroup.com) Received: from scotth.emsphone.com (scotth.emsphone.com [199.67.51.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id E074343D53 for ; Wed, 30 Aug 2006 21:33:37 +0000 (GMT) (envelope-from shildreth@allantgroup.com) Received: from scotth.emsphone.com (localhost [127.0.0.1]) by scotth.emsphone.com (8.13.4/8.13.4) with ESMTP id k7ULXbFP089869; Wed, 30 Aug 2006 16:33:37 -0500 (CDT) (envelope-from shildreth@allantgroup.com) Received: (from shildret@localhost) by scotth.emsphone.com (8.13.4/8.13.4/Submit) id k7ULXb3R089868; Wed, 30 Aug 2006 16:33:37 -0500 (CDT) (envelope-from shildreth@allantgroup.com) X-Authentication-Warning: scotth.emsphone.com: shildret set sender to shildreth@allantgroup.com using -f From: "Scott T. Hildreth" To: Boris Samorodov In-Reply-To: <91304074@srv.sem.ipt.ru> References: <1156957083.54794.75.camel@scotth.emsphone.com> <68109618@srv.sem.ipt.ru> <1156967569.54794.92.camel@scotth.emsphone.com> <91304074@srv.sem.ipt.ru> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 30 Aug 2006 16:33:36 -0500 Message-Id: <1156973617.54794.100.camel@scotth.emsphone.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Cc: FreeBSD Emulation , gkovesdan@t-hosting.hu Subject: Re: I am trying to compile under linux compat X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: shildreth@allantgroup.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2006 21:34:00 -0000 On Thu, 2006-08-31 at 01:10 +0400, Boris Samorodov wrote: > On Wed, 30 Aug 2006 14:52:49 -0500 Scott T. Hildreth wrote: > > On Wed, 2006-08-30 at 23:37 +0400, Boris Samorodov wrote: > > > On Wed, 30 Aug 2006 11:58:03 -0500 Scott T. Hildreth wrote: > > > > > I didn't install linux-devtools, since everything is supposed to be in > > > > fc4 port, right? > > > > > > Linux_base port is not supposed to install _everithing_ but to install > > > the stuff to support running linux ports under FreeBSD OS. > > > > > > > There isn't a linux gcc installed, do I need get it from another > > > > port? > > > > > > You may consider using linux_dist-gentoo* for a development needs. > > > Would I install that over - in conjunction with the fc4? > > I think yes, but definitely the maintainer of linux_dist-gentoo* ports > (CCed) knows better. > Well, I went ahead and installed it. Unless WITH_LINUXBASE is set, it installs into /usr/local/gentoo-stage1. To run progs or compile, you have to do a 'chroot /usr/local/gentoo-stage1'. Which is not optimal if I want to run something compiled there as in /usr/compat/linux. I am going to try to make it the linux_base and see how things run. Just curious, if linux_base-fc4 is going to be the default, why not make a linux-devtools port that coincides with the linux_base port? > > WBR -- Scott T. Hildreth