From owner-freebsd-questions@FreeBSD.ORG Sat May 19 19:46:51 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0067C16A421 for ; Sat, 19 May 2007 19:46:50 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id E0E1013C4C2 for ; Sat, 19 May 2007 19:46:50 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 9EBC41A3C1A; Sat, 19 May 2007 12:47:46 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DD343513C6; Sat, 19 May 2007 15:46:49 -0400 (EDT) Date: Sat, 19 May 2007 15:46:49 -0400 From: Kris Kennaway To: Johan Hendriks Message-ID: <20070519194649.GA4385@xor.obsecurity.org> References: <57200BF94E69E54880C9BB1AF714BBCB011167@w2003s01.double-l.local> <57200BF94E69E54880C9BB1AF714BBCB011168@w2003s01.double-l.local> <20070519175747.GA2885@xor.obsecurity.org> <57200BF94E69E54880C9BB1AF714BBCB01116A@w2003s01.double-l.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCB01116A@w2003s01.double-l.local> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: gcc 4.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2007 19:46:51 -0000 On Sat, May 19, 2007 at 09:36:29PM +0200, Johan Hendriks wrote: > > > ________________________________ > > Van: Kris Kennaway [mailto:kris@obsecurity.org] > Verzonden: za 19-5-2007 19:57 > Aan: Johan Hendriks > CC: freebsd-questions@freebsd.org > Onderwerp: Re: gcc 4.2 > > > > On Sat, May 19, 2007 at 04:55:27PM +0200, Johan Hendriks wrote: > >> > >> Hello all. > >> > >> It looks like the current maillist is off line, so that is the reason for my question here. > >> > >> I have a question regarding gcc 4.2 > >> > >> Do i need to rebuild world twice to actually get it build with 4.2? > >> first to get it build and installed but (still using gcc3.x) > >> secondly to actually use gcc 4.2 to do the build again. > >> > >> or is there a quicker way? > > >Yeah, just build it once :) > > Sorry i am proberly wasting your time! > But from you answer i guess a buildworld use the compiler in the src tree? > > So it is not using the one already in base system (/usr/bin/gcc). > If not could you explain it in short for me > It builds the new compiler as part of the bootstrap phase. Kris