Date: Mon, 13 Sep 1999 13:57:28 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Eduardo M Kalinowski cc: djgpp AT delorie DOT com Subject: Re: tgetstr, tputs & other term functions In-Reply-To: <7rgs4r$6kt$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 12 Sep 1999, Eduardo M Kalinowski wrote: > I've been trying to compile a UNIX program under MS-DOS with DJGPP. > The compilation was easy, the changes, minor. The problem was linking. > The program calls a number of times some functions of the curses library > related to termcap and terminfo, especiall tgetstr and tputs. PDCurses > 2.2 does not have those functions. Does anyone have some idea to solve > the problem? These functions are not from Curses, they are from Termcap. I think there's a DJGPP port of GNU Termcap library somewhere.