Curses module - got it working?

Steven Miale (smiale@cs.indiana.edu)
Thu, 30 Mar 1995 08:58:19 -0500

I'm trying to compile the curses module, and I'm having problems on my
Linux box. If I try to use the regular curses library and include files,
I get several screens of errors.

If I use ncurses instead, all is fine until the final linking; I then
get errors that 'wechochar' and 'intrflush' are 'undefined references.'
(And sure enough, if I check the man pages, I find excellent documentation
on those two functions, as well as a footnote that says "these haven't
been implemented yet.")

The version of ncurses, by the way, is 1.8.5.

Thanks,

Steve