Rick Engebretson dixit:
Can gpc's CRT be told to use NetBSD's curses library instead of ncurses or PDcurses?
To compile with curses, one must link with the library libcurses. In my older linux distros I think libcurses was merely a link to libncurses (but not
While I don't know about NetBSD(tm), on certain other BSDs it is that libcurses = ncurses libocurses = classic curses and since some more recent version libncurses = symlink to libcurses for enhanced GNU/Kinderunix compatibility.
You might want to check that (e.g. using nm; there are quite a few ncurses-specific symbols such as _nc_access in it here).
//mirabile