Date: Thu, 29 Mar 2001 21:14:38 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Michael Cocking" Message-Id: <3405-Thu29Mar2001211437+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: (michael_cocking AT hotmail DOT com) Subject: Re: Help References: 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 > From: "Michael Cocking" > Date: Thu, 29 Mar 2001 19:23:54 +0100 > > I recently bought a book on C++. The compiler provided was djgpp. I am = > having problems loadig it. When I try to compile something it gives me = > this error message. > > C:\djgpp\whos\code>gcc -o ages.o -c -I. -g ages.cc -pedantic-errors = > -Wparentheses > Bad command or file name > Bad command or file name > Cannot move ages. - No such file or directory > Cannot move ages.exe - No such file or directory > File not found Add -v to the compilation command line and post here everything that the compiler prints. You have some installation problem.