Date: Mon, 5 Apr 1999 13:05:29 -0700 From: "David O'Brien" <obrien@NUXI.com> To: paulz@trantor.xs4all.nl Cc: current@FreeBSD.ORG Subject: Re: CPP broken on egcs current Message-ID: <19990405130529.H22022@nuxi.com> In-Reply-To: <199904051738.KAA91678@vashon.polstra.com>; from John Polstra on Mon, Apr 05, 1999 at 10:38:39AM -0700 References: <199904051112.NAA22210@trantor.xs4all.nl> <199904051738.KAA91678@vashon.polstra.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990405130529.H22022>