From: Miguel Guerreiro Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp and programming newbie Date: Fri, 22 Jan 1999 19:41:28 +0000 Organization: Servico de News da Universidade do Algarve Lines: 20 Message-ID: <36A8D468.C83E4112@aaual.ualg.pt> References: <36A20C6F DOT 6328 AT letterbox DOT com> NNTP-Posting-Host: 10.11.85.111 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.04 [en] (WinNT; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Casey wrote: > Anyone know why I keep getting the error "no such file" and the list of > all the header files the program requires? > I tried moving the source file into the include directory and compiling > from there and still no luck. The folowing line is in my autoexec in > win95: > set DJGPP=D:\DJGPP\ > SET PATH=%PATH%;C:\PROGRA~1\NETWOR~1\MCAFEE~1 > set PATH=D:\DJGPP\BIN;%PATH% > ANy ideas? > Thanks, > Casey Just add DJGPP.ENV to your set DJGPP line, like this: set DJGPP=D:\DJGPP\DJGPP.ENV