Date: Mon, 17 May 93 09:40:02 EDT From: DJ Delorie To: palomino!edward AT uunet DOT uu DOT net Cc: sun.soe.clarkson.edu!djgpp AT uunet DOT uu DOT net Subject: Re: help with gnu cpp > If I have the statement > #include > GNU's C-Preprocessor gives me an error message: > lp0000050:3: Bad format encountered while reading precompiled file > Is there a way to disable this feature such that all include statements > assume non-precompiled header format. The lib/specs file includes the cpp switch that disables this. The switch is "-noprecomp". I've submitted fixes for gcc 2.4 to disable this internally for all MS-DOS hosts.