Message-Id: <200006241424.RAA04132@mailgw1.netvision.net.il> Date: Sat, 24 Jun 2000 17:25:59 +0200 To: George Rwaga X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" CC: djgpp AT delorie DOT com In-reply-to: <384215715.961835101553.JavaMail.root@web303-mc.mail.com> (message from George Rwaga on Sat, 24 Jun 2000 04:25:01 -0400 (EDT)) Subject: Re: Help getting started with C++ DJGPP compiler requested References: <384215715 DOT 961835101553 DOT JavaMail DOT root AT web303-mc DOT mail DOT com> 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 > Date: Sat, 24 Jun 2000 04:25:01 -0400 (EDT) > From: George Rwaga > > A couple of days back I bought "SAMS Teach yourself C++ in 24 hours" by > Jesse Liberty and proceeded to load the DJGPP compiler. I read what I > thought was relevant information from DJGPPfaq and Readme. I then typed in > at the C:\>. I got the message: gcc.exe: > cxxprog.cc: no such file or directory. I typed at the DOS > prompt, there were no cxxprog files. Did you actually create cxxprog.cc file, and if so, in what directory? You need to type "dir cxxprog.*" in that directory. > Thinking this problem had something to do with my operating system (I have > windows NT on my computer), I deleted the DJGPP compiler file, downloaded > pkunzip (my computer came with Winzip) from Pkware and proceeded to download > DJGPP for DOS from delorie.com. This time when I type d:\tmp\djdev203.zip> at C:\DJGPP> for example, I get the message "the name > specified is not recognized as an internal or external command, operable > program or batch file". Did you add C:\DJGPP\BIN to the value of PATH?