From: "Thomas Harte" Newsgroups: comp.os.msdos.djgpp Subject: SVGALIB troubles Date: 26 Dec 1996 21:24:52 GMT Organization: Dell Computer Corporation Lines: 24 Message-ID: <01bbf372$134486e0$dd2649c2@default> NNTP-Posting-Host: host-73-38-221.btinternet.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I have just downloaded and unzipped this. Following the readme.dj file exactly, I have come to the point where I am supposed to 'make' some demos. But, running 'make' in the directory djgpp\svgalib\demos, comes up with:- del depend make depend make.exe[1]: Entering directory `c:/djgpp/svgalib/demos' echo # Program dependencies >> depend gcc -MM -Wall -fomit-frame-pointer -O2 -fno-strength-reduce testgl.c speedtes.c vgatest.c scrollte.c keytest.c mousetes.c fun.c >> depend make.exe[1]: Leaving directory `c:/djgpp/svgalib/demos' gcc -Wall -fomit-frame-pointer -O2 -fno-strength-reduce -N -s -o testgl.exe tes tgl.o -lvgagl -lvga c:/djgpp/bin\ld.exe: cannot open -lvgagl: No such file or directory (ENOENT) make.exe: *** [testgl.exe] Error 1 which is confusing me. if I add a .h to 'vgagl', it still doesn't work because that would mean compiling an include file. Thanks in advance, -Thomas