Date: Wed, 5 Jan 2000 21:15:07 -0800 From: "David O'Brien" <obrien@freebsd.org> To: devel@xfree86.org, current@freebsd.org Subject: Re: problem building XFree86 (pre-3.3.6) on a recent Freebsd 4.0-current Message-ID: <20000105211507.B3568@dragon.nuxi.com> In-Reply-To: <20000105204707.A14003@xfree86.org>; from dawes@xfree86.org on Wed, Jan 05, 2000 at 08:47:07PM -0800 References: <20000105204707.A14003@xfree86.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 05, 2000 at 08:47:07PM -0800, David Dawes wrote: > I've just been doing a build test of the pre-3.3.6 version of > XFree86 on a recent FreeBSD 4.0-current, and I've noticed that > /usr/libexec/cpp doesn't predefine the symbol __FreeBSD__. Correct. The change is due to philosophical changes by the GCC development team. GCC 2.95.2's cpp built from cccp.c is now a pure preprocessor and knows much less about the world than it previously did. In 2.95.2 there is now an additional cpp that is build using gcc.c and is a driver for the cccp.c cpp. -- -- David (obrien@NUXI.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000105211507.B3568>