From: manni DOT heumann AT gmx DOT de (Manni Heumann) Newsgroups: comp.os.msdos.djgpp Subject: Re: C++ problem Date: 17 May 2001 16:57:01 GMT Lines: 26 Message-ID: References: <000801c0de49$750c67a0$d16168d5 AT self> NNTP-Posting-Host: computer-name.uni-bielefeld.de (129.70.100.231) X-Trace: fu-berlin.de 990118621 554761 129.70.100.231 (16 1428) User-Agent: Xnews/4.01.30 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi Greg, Eli already gave you the answer to your question. May I add two hints? "greg.pearce" wrote on 16 Mai 2001: >------=_NextPart_000_0005_01C0DE51.D5D50A80 1. Please, please don't post in HTML. It's wrong, it's bad, it's ugly. [snip] >c:/djgpp/bin/ld.exe:C:\DJGPP\BIN\CPLUS.~CP: file format not >recognized; treating as linker script >c:/djgpp/bin/ld.exe:C:\DJGPP\BIN\CPLUS.~CP:1: parse error >[snip] 2. You should keep your djggp\bin directory clean. Keep your source code in a different directory. This will make you find your source files faster. And it will prevent you from overwriting vital files. Someday you might get the idea to compile a program called gcc.exe. Manni