From: "Anakin" Newsgroups: comp.os.msdos.djgpp Subject: Re: graphics.h??? Needed to compile hp2xx. Date: Thu, 16 Jul 1998 17:09:39 -0400 Organization: newsread.com ISP News Reading Service Lines: 11 Message-ID: <6olqag$q2j@netaxs.com> References: NNTP-Posting-Host: pm-atl-3-189.nbank.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Leon Heller wrote in message ... >When compiling hp2xx (The GNU HPGL converter utility) using the supplied >dosdjgpp makefile, the compilation aborts because graphics.h is missing. >Does anyone know where I can find this file? The source file obviously >expects to find it in the standard /include directory, as the #include That's the Borland graphics header. It's not native to DJGPP. What you need is to get grx, then bcc2grx. Get it from the DJGPP home site. They change the calls so DJGPP can handle them (?)