From: "Marp" Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP!!!! newbie Please Help Me! Date: Sun, 24 Jan 1999 20:50:43 -0500 Organization: Netcom Lines: 69 Message-ID: <78gilr$27f@sjx-ixn5.ix.netcom.com> References: <78fjlc$4iu AT bgtnsc03 DOT worldnet DOT att DOT net> NNTP-Posting-Host: prn-nj1-21.ix.netcom.com X-NETCOM-Date: Sun Jan 24 5:50:51 PM PST 1999 X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Did you download the djdev202.zip? That contains the standard C headers you will need. If so, did you remember to set the djgpp environment variable? If not you will need to download djdev202.zip, unzip it into your djgpp folder and add the following line at the end of your autoexec.bat file (if you didn't already): SET DJGPP=C:\DJGPP\DJGPP.ENV and restart your computer. The readme.1st file that the zip picker always lists to download explains all this. If this doesn't fix your problem then I don't know what to tell you to do. Wendy Eubank wrote in message <78fjlc$4iu AT bgtnsc03 DOT worldnet DOT att DOT net>... >background: I went to the djgpp site and used its ZIP Picker (not nose >picker) to get the list of files I needed to reun djgpp and rhide. I am in >the process of learning C. So I read the readme and unzipped everything >to to c:/djgpp >and then start 'rhide' and wa'la I was writing C code. > >I wrote the basic HELLO World Program . And have been trying to compile >it for two weeks and have been getting the error below. Somebody else >posted A similar problem and I throught that was mine but NO it wasn't so >.... > > > I have tried to compile a program several time and every time it has said > >cannot find libarary stdio.h > >well I did a find files on my computer and it did not find stdio.h in >the > >DJGPP directory.. > > >I have Visual C++ also loaded in the /ProgramFiles directory and yes it >did find a copy there.... > >My Question is Where did stdio.h go I looked in my dierectories in djgpp >and I have math.h and many other includes so I am assumming that I >should have gotten the stdio.h include. > >I have stdiostream.h and std.h but these are in the > >c:\djgpp\lang\cxx directory and I am assuming these are the C++ >includes... that I also down loaded... > > >Can ANYONE Please help me solve my problem... > > >also Can I use the the stdio.h from VC++ > >Thanks Ahead of time, > > > > > > > > > > >