Mail Archives: djgpp/1996/07/25/19:22:44
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
- Raw text -