From: tbelius AT algonet DOT se Newsgroups: comp.os.msdos.djgpp Subject: Help on djgpp gcc Date: Sun, 27 Sep 1998 17:19:51 GMT Organization: Algonet/Tninet Lines: 19 Message-ID: <360e7281.4329459@news.algonet.se> NNTP-Posting-Host: du11-2.ppp.algonet.se NNTP-Posting-Date: 27 Sep 1998 16:22:45 GMT X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I have downloaded and installed djgpp and i have a problem: When i tried to compile this c prog: #include void main() { printf("TEST\n"); } with command line gcc test.c -o mytest.exe i get the error message "No include path in witch to find stdio.h". I have treid every thing in the fqa. What is the problem? - David