From: simon1208 AT yahoo DOT com (Simon) Newsgroups: comp.os.msdos.djgpp Subject: gxx: Cannot execute 'gcc.exe': No such file or directory (ENOENT) Date: 4 Jun 2003 18:59:59 -0700 Organization: http://groups.google.com/ Lines: 16 Message-ID: <5ec65db2.0306041759.1eca13e2@posting.google.com> NNTP-Posting-Host: 171.75.39.217 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1054778400 19209 127.0.0.1 (5 Jun 2003 02:00:00 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 5 Jun 2003 02:00:00 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have followed the instruction in the readme file to extract the zip files downloaded from the djgpp website in order to install the gxx compiler to my PC. The Operating System on my PC is Windows XP Professional Edition. But I get the error: "gxx: Cannot execute 'gcc.exe': No such file or directory (ENOENT)" when I try to compile my c++ source. I checked my djgpp\bin directory (which is c:\djgpp\bin on my PC) to make sure that gcc.exe is there. I found that gcc.exe was indeed in the c:\djgpp\bin directory. It was strange that if I copy and paste the gcc.exe file in the same directory as my c++ source code then I could compile with no problem. Is there a way to fix this issue? Please let me know. Thanks in Advance!