Path: utzoo!attcan!uunet!know!cs.utexas.edu!uwm.edu!rutgers!cmcl2!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.unix.questions Subject: Re: problem with Curses on Sun - solved Message-ID: <13909@smoke.BRL.MIL> Date: 19 Sep 90 12:17:56 GMT References: <24540@adm.BRL.MIL> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 7 In article <24540@adm.BRL.MIL> twong@civil.ubc.ca (Thomas Wong) writes: >/usr/5bin/cc -O main.c -o main -lcurses -ltermcap Please, folks, the Berkeley termcap support library is -ltermlib. -ltermcap is sometimes found as a link to it, for compatibility reasons. Also, in the System V environment -lcurses suffices; it includes terminfo-based emulations of the termlib functions.