From: "Gianmario Scotti" Newsgroups: comp.os.msdos.djgpp References: <1025956760 DOT 809945 AT queeg DOT ludd DOT luth DOT se> Subject: Re: svgalib for DJGPP - how the heck to use it? Lines: 37 Organization: Nokia X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: Date: Sat, 06 Jul 2002 12:59:05 GMT NNTP-Posting-Host: 10.64.11.30 X-Complaints-To: newsmaster AT nokia DOT com X-Trace: news1.nokia.com 1025960345 10.64.11.30 (Sat, 06 Jul 2002 15:59:05 EET DST) NNTP-Posting-Date: Sat, 06 Jul 2002 15:59:05 EET DST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In a nutshell, yes. Whoever created the binary distribution, should have included the two header files (vga.h and vgagl.h) in there. All the DJGPP.zip packages are neat and have the relative path of each file in the DJGPP installation tree, which is really handy for installation. But anyway, I actually solved the problem by extracting the two libraries in the ../lib folder, and then I extracted the two header files from the source distribution, into ../include. A bit roundabout, but it works, expecially if you remember to use -lvga and -lvgagl at compile time. mario "Martin Str|mberg" wrote in message news:1025956760 DOT 809945 AT queeg DOT ludd DOT luth DOT se... > Gianmario Scotti wrote: > : Not really useful: I can't even compile the examples in the demos directory. > : I extracted vga.h and vgagl.h into $DJGPP/include, but that didn't do the > : trick, I still have a big bunch of "undefined reference" errors at compile > : time. And the svgalib homepage gives no clue as to how to install the DJGPP > : svgalib. All I have, as I said in the original post, the two library files, > : in the binary distribution, nothing else. > > It sounds like the binary package is a little broken. > > > Right, > > MartinS