Mail Archives: djgpp/1993/05/17/09:59:15
> If I have the statement
> #include <file.def>
> 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.
- Raw text -