www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1996/12/23/02:10:18

Message-ID: <32BE2E9B.5DB3@bc.cybernex.net>
Date: Mon, 23 Dec 1996 02:02:51 -0500
From: Gregg Foti <gregg AT gate DOT cybernex DOT net>
Reply-To: gregg AT gate DOT cybernex DOT net
MIME-Version: 1.0
To: djgpp AT delorie DOT com
Subject: New C Programmer Problem

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 <STDIO.H>
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019