From owner-freebsd-current Wed Jan 5 21:15:12 2000 Delivered-To: freebsd-current@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id BD0DE1555C for ; Wed, 5 Jan 2000 21:15:10 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@d60-025.leach.ucdavis.edu [169.237.60.25]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id VAA49110; Wed, 5 Jan 2000 21:15:08 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id VAA03666; Wed, 5 Jan 2000 21:15:07 -0800 (PST) (envelope-from obrien) Date: Wed, 5 Jan 2000 21:15:07 -0800 From: "David O'Brien" 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> Reply-To: obrien@freebsd.org References: <20000105204707.A14003@xfree86.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000105204707.A14003@xfree86.org>; from dawes@xfree86.org on Wed, Jan 05, 2000 at 08:47:07PM -0800 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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