Date: Mon, 29 Jan 1996 11:38:55 +0200 (IST) From: Eli Zaretskii To: Elmar Vogt Cc: djgpp AT delorie DOT com Subject: Re: C++ & V2.0 -> Unknown File Type? 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.