Date: Wed, 11 Oct 2000 16:03:46 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: john watkins cc: djgpp AT delorie DOT com Subject: Re: cxx files In-Reply-To: <000f01c03385$4e40a420$a549073e@oemcomputer> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Please don't post in HTML, it makes it hard to read your messages. On Wed, 11 Oct 2000, john watkins wrote: > I have the appropriate files in > c:\djgpp\lang\cxx but am not clear how > to compile the attatched file since the > normal 'gxx foo.ccp -o foo.exe -lc' > method fails to recognize the file format That's because you should call the file foo.cpp or foo.cc, not foo.ccp. The GNU compiler used by DJGPP doesn't know what language corresponds to a file whose extension is .ccp. See section 8.5 of the DJGPP FAQ list for more about this.