1
Does anybody out there try to use SPARCompiler C++ to compile
a program involving with curses lib under Solaris 1.1 ?
The error message is "KEY_LEFT, KEY_RIGHT" not defined.
The same program was able to be compiled OK with SPARCompiler C++
under Solaris 2.1.
The command is : CC -o outfile source.c -lcurses
on Solaris 1.1 and Solaris 2.1.
Any idea ?
Thanks
PS: the program could be compiled with SPARCompiler C without
error on Solaris 1.1 with "-sys5" option.
Yao