From: "Alex Holkner" Newsgroups: comp.os.msdos.djgpp Subject: gcc can't find dpmi.h or go32.h Date: Sat, 8 Apr 2000 18:08:18 +1000 Organization: Monash Uni Lines: 12 Distribution: world Message-ID: <8cmpdl$a2d$1@towncrier.cc.monash.edu.au> X-Trace: towncrier.cc.monash.edu.au 955181302 10317 130.194.180.40 (8 Apr 2000 08:08:22 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 I've only been using djgpp for a short while and I'm having some problems compiling code which contains an #include for or . I have checked the directory c:\djgpp\include and the files are both there. The output from gcc is: vesa.h:15: go32.h: No such file or directory vesa.h:16: dpmi.h: No such file or directory Can anyone help me? Thanks. Alex.