From owner-freebsd-current Mon Apr 5 13: 8:44 1999 Delivered-To: freebsd-current@freebsd.org Received: from relay.nuxi.com (nuxi.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 92B1B15046 for ; Mon, 5 Apr 1999 13:08:43 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.9.2/8.9.1) id NAA22368; Mon, 5 Apr 1999 13:05:29 -0700 (PDT) (envelope-from obrien) Message-ID: <19990405130529.H22022@nuxi.com> Date: Mon, 5 Apr 1999 13:05:29 -0700 From: "David O'Brien" To: paulz@trantor.xs4all.nl Cc: current@FreeBSD.ORG Subject: Re: CPP broken on egcs current Reply-To: obrien@NUXI.com References: <199904051112.NAA22210@trantor.xs4all.nl> <199904051738.KAA91678@vashon.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199904051738.KAA91678@vashon.polstra.com>; from John Polstra on Mon, Apr 05, 1999 at 10:38:39AM -0700 X-Operating-System: FreeBSD 3.1-STABLE 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 > Your installed cpp was built from slightly old sources. Make sure > your source tree is up-to-date. Then manually "make cleandir; > make cleandir; make obj; make depend; make all install" in > "src/gnu/usr.bin/cc". It will be OK after that. Thinking about it... some people might need to build libc to get one with mkstemp() in it. Of course that is hard to do if `cpp' is totally broken. If this is the case, people can try adding "SRCS += mkstemp.c" to src/gnu/usr.bin/cc/cc_drv/Makefile. Once a working ``cpp'' is installed, please remove the above hack though. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message