Mail Archives: djgpp/2000/10/11/10:05:52
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.
- Raw text -