delorie.com/archives/browse.cgi | search |
Message-ID: | <34A87D7F.D90932BA@compu.net> |
Date: | Mon, 29 Dec 1997 22:50:07 -0600 |
From: | QlowN <dhurst AT compu DOT net> |
Organization: | none |
MIME-Version: | 1.0 |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Please!!! Help me!!!! |
References: | <01bd14dc$c2fa8300$273337a6 AT jim> |
NNTP-Posting-Host: | clarksville-40.compu.net |
Lines: | 38 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
see below for answers jsmith2 wrote: > > Howdy! I just downloaded and installed gcc and rhide, and I'm getting an > error that I can't figure out when I try to compile a simple C program -- > surely due to my own ignorance: > > Error: stdio.h: No such file or directory (ENOENT) check your autoexec.bat file is there a line that says something like : set DJGPP=C:\DJGPP\DJGPP.ENV and: set PATH=C:\DJGPP\BIN;%PATH% if not add it and restart your computer > > I tried to include stdio.h two ways; like this: > > #include <stdio.h> > > and like this: > > #include "d:\djgpp\include\stdio.h" > > and neither will work. The stdio.h file does exist -- what am I doing > wrong? What does 'ENOENT' mean? ENOENT most likely translates to "Error NO ENTity" but i could be wrong anyone know for sure? > > Sincerely, > Mr. Ignorance > jsmith AT mcione DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |