Mail Archives: djgpp/1996/01/29/05:01:25
On 25 Jan 1996, Elmar Vogt wrote:
> Now I wanted to switch to C++. Besides writing C++ code (obviously), this
> included for me to use source files with the extension '.cc' (no caps), add -lgpp to
> the libraries linked, and even including the compiler option '-x c++' to make
> sure gcc would understand this is supposed to be C++.
> Everytime I get the error
> 'Unknown File Type 0x2023 (020043)',
> immediately after starting gcc.
0x20 is a blank, 0x23 is `#'. This seems like a beginning of your source
file which gcc doesn't recognize as such. Please post the gcc command
line that you used.
- Raw text -