I have now decided to use svgalib but already have run into trouble !

/* programme svgatest.c */

#include <stdio.h>
#include "vga.h"

main()
{

/* code */

}

#: gcc svgatest.c -O2 -lvga

Programme won't compile because
        a) Can't find vga.h
        b) Can't find vga library

Yet dselect claims svgalib is installed.  Do I need to install svgalib-bin ?

I have vga.h in the usr/src tree - is this where it should be ?

Where is the vga library that needs to be linked ?

Thanks for your help.

Ivan.

Reply via email to