Message-ID: <358C2352.1228ED67@go.ro> Date: Sun, 21 Jun 1998 00:02:10 +0300 From: Radu Georgescu aka skoola X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: djgpp References: <199907120348 DOT XAA13274 AT big DOT seorf DOT ohiou DOT edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com > I REALLY need help, I have written a small program to start out (note: > this is my FIRST program on djgpp) and whenever I try to compile it; > typing "gcc -o hello.exe hello.c" I get an error message that says > "hello.c:3: sdio.h: No such file or directory (ENOENT)" What does this > mean and how do I fix it? -- AIH wow! this means there is no sdio.h file, and if you want to use it you must have it. i think you should write "stdio.h" instead of "sdio.h", "stio.h" etc :)