I'm trying to compile a curses based program using c68 and am hitting some bumps, namely 'ld' complaining about undefined symbols related to curses (e.g. _WGETCH et al.) Checking LIB_libcurses_a with slb I can see that the library does contain said functions. My command line is:
Code: Select all
ex cc;'-O -lcurses -o curstest curstest_c'
I was hoping maybe the Curses Companion Disk might have some material to help with this. Unfortunately the link from the C68 home site http://homepage.ntlworld.com/itimpi/qdosdown.htm#CURSES to the download http://homepage.ntlworld.com/itimpi/ql/cursesex.zip seems to be broken. Dilwyn's site does not seem to have this download, either.
Any ideas where I could obtain the companion disk?
Thanks in advance for any help!
Kind regards,
Petri