Date: Wed, 09 Jan 2002 13:01:39 -0800 From: Terry Lambert <tlambert2@mindspring.com> To: John Baldwin <jhb@freebsd.org> Cc: Idar Tollefsen <Idar.Tollefsen@baerum.kommune.no>, freebsd-alpha@freebsd.org Subject: Re: Using GCC 3 for ports? Message-ID: <3C3CAFB3.71D18E7F@mindspring.com> References: <XFMail.020109121937.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C3CAFB3.71D18E7F>