> If I want to compile a "demo" program directly using gcc, as in, for example > > gcc -o ./demo ./demo.c > > what exactly do I need to have at the start of the demo program as includes?
#include <vga.h>
#include <vgagl.h>
gcc -o ./demo ./demo.c -lvgagl -lvga
If you use vgagl, it must come first on the compilation command line.
------------------------------------------------------------------
Unsubscribe: To: [EMAIL PROTECTED]
Body: unsubscribe linux-svgalib
