curses help needed
Dave Hammond
daveh at marob.MASA.COM
Tue Apr 25 08:45:16 AEST 1989
In article <569 at lakesys.UUCP> davek at 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 at marob.masa.com
More information about the Comp.unix.xenix
mailing list