Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!sri-spam!mordor!lll-tis!ptsfa!hoptoad!academ!killer!robertl From: robertl@killer.UUCP (Robert Lord) Newsgroups: comp.lang.c,comp.unix.questions Subject: A little prob with curses. Message-ID: <1032@killer.UUCP> Date: Tue, 23-Jun-87 23:26:14 EDT Article-I.D.: killer.1032 Posted: Tue Jun 23 23:26:14 1987 Date-Received: Wed, 1-Jul-87 06:35:23 EDT Organization: The Unix(tm) Connection, Dallas, Texas Lines: 21 Xref: mnetor comp.lang.c:2741 comp.unix.questions:3024 I am working on an Altos 2086 machine with Xenix, and having some trouble with the curses package in C. I issue the command 'cc file.c -lcurses' and it after a while it says: /bin/ld: Unresolved externals: _tgoto in file(s): /lib/Slibcurses.a(cr_tty.c) /lib/Slibcurses.a(cr_put.c) And this goes on for about 6 lines(differnt 'xxx in files' each time). The wierd thing is that cc creates the file a.out, but does not make it executible, and if you chmod it and run it it goes crazy. I am hoping that this is a simple problem with an include file or something (yes, I included !) that another Altos user might be able to help me with. Thanks, Robert Lord {ihnp4, seismo}!killer!robertl