Mail Archives: djgpp/2002/07/06/09:15:05
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" <ams AT speedy DOT ludd DOT luth DOT se> wrote in message
news:1025956760 DOT 809945 AT queeg DOT ludd DOT luth DOT se...
> Gianmario Scotti <gianmario DOT scotti-e AT e-nokia DOT com> 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
- Raw text -