Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!husc6!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c,comp.unix.questions Subject: Re: A little prob with curses. Message-ID: <6050@brl-smoke.ARPA> Date: Fri, 3-Jul-87 22:46:16 EDT Article-I.D.: brl-smok.6050 Posted: Fri Jul 3 22:46:16 1987 Date-Received: Sun, 5-Jul-87 00:17:07 EDT References: <1032@killer.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 9 Xref: mnetor comp.lang.c:2816 comp.unix.questions:3081 In article <1032@killer.UUCP> robertl@killer.UUCP (Robert Lord) writes: >... I issue the command 'cc file.c -lcurses' ... I don't know much about Xenix, but I suspect it's termcap-based, in which case you need to append " -ltermlib" to your link command. The reason "ld" did not make the a.out executable was because there were unsatisfied external references (as it told you). Of course an incomplete load module goes crazy if you try to run it!