From: Ingo Stierand Newsgroups: comp.os.msdos.djgpp Subject: Re: SVGALIB troubles Date: Mon, 30 Dec 1996 12:41:33 +0100 Organization: Universitaet Hildesheim, Germany Lines: 9 Message-ID: <32C7AA6D.167EB0E7@informatik.uni-hildesheim.de> References: <01bbf372$134486e0$dd2649c2 AT default> NNTP-Posting-Host: iris.informatik.uni-hildesheim.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi Thomas, the problem may be that the libs and/or headers are not found. Copy the header files vga.h, vgagl.h, vgamouse.h (in src/mouse) and vgakeyboard.h (in src/keyboard) to the include directory of djgpp and the libraries libvga.s and libvgagl.s to the lib directory. This should work. Ingo