Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!husc6!rutgers!princeton!phoenix!atdingle From: atdingle@phoenix.PRINCETON.EDU (Adam Thomas Dingle) Newsgroups: comp.lang.c,comp.unix.questions Subject: Re: A little prob with curses. Message-ID: <392@phoenix.PRINCETON.EDU> Date: Tue, 30-Jun-87 19:04:13 EDT Article-I.D.: phoenix.392 Posted: Tue Jun 30 19:04:13 1987 Date-Received: Wed, 1-Jul-87 07:14:48 EDT References: <1032@killer.UUCP> Reply-To: atdingle@phoenix.UUCP (Adam Thomas Dingle) Organization: Princeton Univ. Computing and Information Technology Lines: 5 Summary: use -ltermcap as well Xref: mnetor comp.lang.c:2751 comp.unix.questions:3026 You need to include '-ltermcap' on the command line as well, after the '-lcurses'. The curses routines call some lower-level routines (such as tgoto) found in the termcap library. Adam