ivan wrote: > > I have now decided to use svgalib but already have run into trouble ! > I think you may need the svgalibg1-dev package. The *-dev packages seem to contain the header files and the static libraries required to complile your own programs. Note this packages depends on libc6-dev, which you probably also don't have. (also if your using Debian 1.3, Bo, the package name is probably just svgalib-dev)
Hope that helps Rich > /* 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. > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null