From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Problems running DJGPP Date: 22 Nov 2001 09:09:26 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 23 Message-ID: <9tifc6$5s4$2@antares.lu.erisoft.se> References: NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com m.gould1 (m DOT gould1 AT ntlworld DOT com) wrote: : 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". This looks ok. : I am sure I must be doing something wrong, but I am having a hard time : finding out what, I hope you can help. Make really sure you do have the file in the directory you are in. (And not "some_file.c.txt".) Right, MartinS