From owner-freebsd-amd64@FreeBSD.ORG Thu May 12 18:36:26 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4837816A4CE; Thu, 12 May 2005 18:36:26 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2396543D7D; Thu, 12 May 2005 18:36:26 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) j4CIaPwL064472; Thu, 12 May 2005 11:36:25 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)j4CIaPnc064471; Thu, 12 May 2005 11:36:25 -0700 (PDT) (envelope-from sgk) Date: Thu, 12 May 2005 11:36:25 -0700 From: Steve Kargl To: Michael Hopkins Message-ID: <20050512183625.GA64245@troutmask.apl.washington.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: freebsd-emulation@freebsd.org cc: "freebsd-amd64@freebsd.org" Subject: Re: WINE and cross-platform GCC4.x on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 18:36:26 -0000 On Thu, May 12, 2005 at 07:10:24PM +0100, Michael Hopkins wrote: > > 2) The GCC 4.1 port is doing great things for my C++ code. Is there any > advice here for me if I want to build and/or install GCC4.0 or 4.1: > I build both 4.0 and 4.1 on my box several times a week (although I must admit I skip the C++ frontend). A rough analogy is that 4.0 is equivalent to FreeBSD-5.4 (ie stable) and 4.1 is equivalent to FreeBSD-current (less stable). -- Steve