From: "Alex Holkner" Newsgroups: comp.os.msdos.djgpp Subject: Re: gcc can't find dpmi.h or go32.h Date: Sat, 8 Apr 2000 23:06:08 +1000 Organization: Monash Uni Lines: 7 Distribution: world Message-ID: <8cnas2$b7o$1@towncrier.cc.monash.edu.au> References: <8cmpdl$a2d$1 AT towncrier DOT cc DOT monash DOT edu DOT au> X-Trace: towncrier.cc.monash.edu.au 955199170 11512 130.194.180.40 (8 Apr 2000 13:06:10 GMT) X-Complaints-To: abuse AT monash DOT edu DOT au X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Problem solved! Turns out my path was pointing to a directory containing other C header files (from Visual C++) and gpp was picking this directory first. Apologies for littering the discussion!