X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: nielsdimmers AT gmail DOT com Newsgroups: comp.os.msdos.djgpp Subject: No such file or directory (ENOENT) Date: 18 Apr 2007 14:49:15 -0700 Organization: http://groups.google.com Lines: 31 Message-ID: <1176932955.338168.279850@y5g2000hsa.googlegroups.com> NNTP-Posting-Host: 82.192.92.47 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1176932956 31812 127.0.0.1 (18 Apr 2007 21:49:16 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 18 Apr 2007 21:49:16 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.10 (Windows NT 5.1; U; nl),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: y5g2000hsa.googlegroups.com; posting-host=82.192.92.47; posting-account=t79uoQ0AAAAChfOYqH_Gz5HzJuXmOwwQ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Whilst trying to compile simple (and correct) C++ files using the gpp command, my ms-dos box shows the following error: cc1plus.exe: error: djgpp.ver: No such file or directory (ENOENT) The program continues looking for errors in my cpp file, and outputs errors found, but when I correct the errors, the error above remains, and most importantly, the executable file is not created. I checked for the variable settings in my autoexec.bat, and they are correct (e.g., the following lines are at the bottom of the file: set DJGPP=C:\DJGPP\DJGPP.ENV set PATH=C:\DJGPP\BIN;%PATH% ) I checked for the "missing" file (djgpp.env) cc1plus.exe searches for, and I'm positive it is in the directory located by the variable "DJGPP". I read the FAQ but it does not contain any information covering the subject, but found none. Finally, I do not even nearly have no clue, about the meaning of "ENOENT". Thank you for any helpfull reactions, Niels Dimmers