|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
[PLUG] make failing for aavga
|
The binaries aren't working for aavga. I decided to try recompiling the
source. So I type make.
"cannot find -lslang"
I have a /lib/libslang.so.1.
For fun, I tried commenting the -lslang out of the Makefile. It also
couldn't find /usr/lib/libgpm.so.1.
The Makefile is
################################################################
aavga.so: aavga.c Makefile
gcc -Wl,-soname,libvga.so.1 -o aavga.so -shared -nostdlib -fPIC aavga.c -laa -lslang -lX11 -lm -lgpm -lc -O3
################################################################
Any ideas ?
aavga is an svgalib wrapper for aalib. aalib is a text mode graphics
library. I want to play quake in text mode.
___________________
www.ChaosReigns.com
______________________________________________________________________
Philadelphia Linux Users Group - http://plug.nothinbut.net
Announcements - http://lists.nothinbut.net/mail/listinfo/plug-announce
General Discussion - http://lists.nothinbut.net/mail/listinfo/plug
|
|