From: "jsmith2" Subject: Please!!! Help me!!!! Newsgroups: comp.os.msdos.djgpp Message-ID: <01bd14dc$c2fa8300$273337a6@jim> Lines: 14 Date: Tue, 30 Dec 1997 04:33:37 GMT NNTP-Posting-Host: 166.55.51.39 NNTP-Posting-Date: Mon, 29 Dec 1997 23:33:37 EST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk 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) I tried to include stdio.h two ways; like this: #include 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? Sincerely, Mr. Ignorance jsmith AT mcione DOT com