Message-ID: <36A20C6F.6328@letterbox.com> From: Casey X-Mailer: Mozilla 3.04 (Win95; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: djgpp and programming newbie Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 11 Date: Sun, 17 Jan 1999 10:14:39 -0600 NNTP-Posting-Host: 208.24.237.117 X-Trace: news.n-link.com 916589346 208.24.237.117 (Sun, 17 Jan 1999 10:09:06 CDT) NNTP-Posting-Date: Sun, 17 Jan 1999 10:09:06 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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