From: kunst AT prl DOT philips DOT nl Subject: Re: curses! foiled again! To: parbra AT homer DOT bethel DOT edu (Parks) Date: Wed, 18 May 1994 13:38:11 +0100 (METDST) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu (DJGPP users list) > > What library's do i have to -l with to get curses to work? > Get aecur102.zip (Curses library) or PDCurses 2.1 (see below). Copy LIBCURSE.A to \DJGPP\LIB, and link with -lcurses. .^^^^^^^^ _____________________________________ | | / Pieter Kunst (P.J.) \ | _ _| / Philips Research Laboratories, \ .--(o)(o) / Building WY3, Prof. Holstlaan 4, \ |@ _) / 5656 AA Eindhoven, The Netherlands. | | ,___| / e-mail: kunst AT prl DOT philips DOT nl / | / \_______________________________________________/ /____\ ============================================================================ The latest version of PDCurses is 2.1 and can be obtained from: site: ftp.gu.edu.au 132.234.1.1 files: /src/PDCurses/pdcurs21.zip To compile the whole library with your C compiler, you'll need a copy of DMAKE as well, which can be obtained from: site: plg.uwaterloo.ca (129.97.140.10) file: pub/dmake/dmake38-msdos-exe.zip I use the package with the DOS port of gcc ('DJGPP 1.11m5'). I have also versions running using Turbo C 3.0 and MSC 6.0. ============================================================================