From owner-freebsd-questions@FreeBSD.ORG Sat May 19 17:57:49 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 0BA4B16A469 for ; Sat, 19 May 2007 17:57:49 +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 EE5BC13C468 for ; Sat, 19 May 2007 17:57:48 +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 9720A1A3C1A; Sat, 19 May 2007 10:58:44 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 96E13513BC; Sat, 19 May 2007 13:57:47 -0400 (EDT) Date: Sat, 19 May 2007 13:57:47 -0400 From: Kris Kennaway To: Johan Hendriks Message-ID: <20070519175747.GA2885@xor.obsecurity.org> References: <57200BF94E69E54880C9BB1AF714BBCB011167@w2003s01.double-l.local> <57200BF94E69E54880C9BB1AF714BBCB011168@w2003s01.double-l.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCB011168@w2003s01.double-l.local> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org 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 17:57:49 -0000 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 :) Kris