From owner-freebsd-current Wed Dec 29 18:49: 4 1999 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 A736114E50 for ; Wed, 29 Dec 1999 18:49:02 -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 SAA14243; Wed, 29 Dec 1999 18:49:02 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id SAA16116; Wed, 29 Dec 1999 18:49:01 -0800 (PST) (envelope-from obrien) Date: Wed, 29 Dec 1999 18:49:01 -0800 From: "David O'Brien" To: Amancio Hasty Cc: current@freebsd.org Subject: Re: gcc compiler problem part deux Message-ID: <19991229184901.A16090@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <199912300022.QAA45237@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <199912300022.QAA45237@rah.star-gate.com>; from hasty@rah.star-gate.com on Wed, Dec 29, 1999 at 04:22:28PM -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 > Forgot to post about this new feature of /usr/libexec/cpp : NO ONE should have ever have been using /usr/libexec/cpp directly. I have no idea where this usage came from. /usr/bin/cpp should have been used. > 2. Now a very recent FreeBSD -current > gcc -v > Using builtin specs. > gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release) Yes this is very well known, and has been discussed on both Ports and Current several times. A new /usr/bin/ccp is in the works that is a real binary and not the shell script we have today. *IF* world had been buildable today, we would probably have a new /usr/bin/cpp that does everything you want it to. > This behavior breaks the XFree86 3.9.17 build because the procedure > to build imake depends on /usr/libexec/cpp defining __FreeBSD__ So use ``cc -E'' instead. Simple. -- -- David (obrien@NUXI.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message