From owner-freebsd-alpha Wed Jan 9 13: 2:22 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from scaup.prod.itd.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by hub.freebsd.org (Postfix) with ESMTP id 1D41E37B41C; Wed, 9 Jan 2002 13:02:20 -0800 (PST) Received: from pool0570.cvx22-bradley.dialup.earthlink.net ([209.179.200.60] helo=mindspring.com) by scaup.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16OPrL-0000GP-00; Wed, 09 Jan 2002 13:02:11 -0800 Message-ID: <3C3CAFB3.71D18E7F@mindspring.com> Date: Wed, 09 Jan 2002 13:01:39 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: John Baldwin Cc: Idar Tollefsen , freebsd-alpha@freebsd.org Subject: Re: Using GCC 3 for ports? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John Baldwin wrote: > > But CC=gcc30 (or 31) is it? What about include paths? Doesn't > > 3.x install it's own set of updated libraries, headers, e.g.? > > Yes, and those paths are compiled into the compiler as its standard include > path, just like /usr/include is compiled into /usr/bin/cc as it's standard > include path. :) Setting CC is enough, the rest is magic. :) Except for the RTTI and other C++ include files, which, if DESTDIR is set, FreeBSD's .mk files override, and you get the old versions, and the resulting code doesn't work. This may also be the 3.0 coredump problem... -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message