From: "m.gould1" Newsgroups: comp.os.msdos.djgpp Subject: Problems running DJGPP Lines: 18 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Wed, 21 Nov 2001 22:32:17 -0000 NNTP-Posting-Host: 213.105.145.102 X-Complaints-To: abuse AT ntlworld DOT com X-Trace: news6-win.server.ntlworld.com 1006381730 213.105.145.102 (Wed, 21 Nov 2001 22:28:50 GMT) NNTP-Posting-Date: Wed, 21 Nov 2001 22:28:50 GMT Organization: ntlworld News Service To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I wonder if anyone could help me I am driving myself crazy trying to get this working. I installed things as suggested in the instructions but when I try to run a program by executing "gcc" on a file I get the following messages "gcc.exe: : no such file or directory (ENOENT)" and "gcc.exe: No input files". When I run GCC, DOS is in the directory where the file is located and in autoexec.bat I have inserted the lines "set PATH=c:\djgpp\bin;%PATH%" followed by "set DJGPP=c:\djgpp\djgpp.env". When I run set in DOS I get the following for PATH "PATH=c:\djgpp\bin;c:\windows;c:\windows;c:\windows\command". I am sure I must be doing something wrong, but I am having a hard time finding out what, I hope you can help. Matthew