From: j DOT aldrich6 AT genie DOT com Message-Id: <199607252318.AA165956699@relay1.geis.com> Date: Thu, 25 Jul 96 23:10:00 UTC 0000 To: edward_a_markiewicz/osi DOT osi AT noteserv-notes DOT osi DOT com Cc: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Subject: Re: Can't find stdio.h Reply to message 2645790 from EDWARD_A_MARK on 07/25/96 1:41PM >I just finished loading DJGPP on the office PC, and tried to compile a very >simple c program to see if everything was installed correctly. I got the >following error: > >samp.c:3: stdio.h: No such file or directory (ENDENT) > >Any suggestions would be greatly appreciated. Well, the most likely remaining culprit is the one you didn't mention; did you remember to unzip with -d to recreate the proper directory structure? stdio.h must be in the DJGPP/INCLUDE directory to work. If that's not the case, then please post the following things here on the newsgroup/mailing list: 1) Your config.sys and autoexec.bat 2) The contents of djgpp.env 3) The output of 'set', run from DOS (type set >env.lst and post it) 4) The output of 'go32-v2' run without arguments 5) The output of gcc when run with the -v argument added to the normal command line. (Use the 'redir' program that comes with DJGPP to catch stderr) Someone _will_ get back to you. :) John