Message-ID: <32BE2E9B.5DB3@bc.cybernex.net> Date: Mon, 23 Dec 1996 02:02:51 -0500 From: Gregg Foti Reply-To: gregg AT gate DOT cybernex DOT net MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: New C Programmer Problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Thanks to John, Giuseppe, Ian, and Miguel for pointing out my spelling problems. I corrected the spelling error (one was in my e-mail question) yet I still have the same compilation error. I have read through the FAQ and don't know if I am missing something. Following is an edited copy of a printout of my compilation error, my sample program, evidence that I have a STDIO.H file, and the two lines I added to my autoexec.bat file: ____________________________________________________________ C:\DJGPP>gcc exam.c exam.c:l: STDIO.H: No such file or directory (ENOENT) C:\DJGPP>dir stdio.* Directory of C:\DJGPP STDIO H 4,175 08-28-95 12:04a 1 file(s) 4,175 bytes C:\DJGPP>type exam.c #include main ( ) { printf("merry christmas to all" ); } C:\DJGPP>type \autoexec.bat rem next 2 lines for C set djgpp=c:\djgpp\djgpp.env SET PATH=%path%;c:\djgpp\bin C:\DJGPP> ______________________________________________________________________ Thanx again for the help. Gregg