Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ukma!rutgers!cmcl2!phri!marob!daveh From: daveh@marob.MASA.COM (Dave Hammond) Newsgroups: comp.unix.xenix Subject: Re: curses help needed Keywords: curses, getch(), Xenix Message-ID: <625@marob.MASA.COM> Date: 24 Apr 89 22:45:16 GMT References: <569@lakesys.UUCP> Reply-To: daveh@marob.masa.com (Dave Hammond) Organization: ESCC New York City Lines: 21 In article <569@lakesys.UUCP> davek@lakesys.UUCP (Dave Kraft) writes: >[...] when compiled with the following > cc cursestst.c -lcurses >I get the following message: > >LINK: unresolved externals: > >_nap in file(s): > /lib/386/Slibcurses.a(gettch.c) > Try: cc cursestst.c -lcurses -lx The nap() syscall is in the Xenix `x' library. This is undocumented, so far as Curses is concerned (yes, nap() is documented, but not as relates to Curses). -- Dave Hammond daveh@marob.masa.com