Date: Thu, 19 Sep 1996 09:21:08 +0200 (IST) From: Eli Zaretskii To: Raymond Steven Kutai Cc: djgpp AT delorie DOT com Subject: Re: gnuchess 4.0 pl77 problem In-Reply-To: <3240585E.3F95@utkux.utk.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 18 Sep 1996, Raymond Steven Kutai wrote: > I am in the process of compiling gnuchess 4.0 pl77 but the makefile > indicates that I need the curses library (-lcurses) and termcap library > (-ltermcap). To my understanding both libraries are not yet ported > to DOS. Is there any substitute for the libs? DJGPP has a port of curses called PDCurses. There are also ports of termcap, but they are only good if the application doesn't use its featrures too much (i.e., don't assume that you have all those features of the termcap database).