Curses library.
The HP-proprietary curses library (-lcurses,
-ltermcap, and
-ltermlib), now
called the V.4 Curses Library, will not be supported in future HP-UX
releases. This library will be replaced by a COSE-compliant library
to support maximum portability of applications. To prepare for this
change, you should develop all new curses applications with the
currently available color curses library -lcur_colr,
and port all existing curses applications to the new color curses
library.
If you absolutely cannot move forward to the color curses
library, and need to be able to relink your application, use the
-lHcurses library
or use the -L/usr/old/usr/lib
option. Linking against this library or directory ensures binding
with the HP-proprietary library. Additionally, if you need to recompile,
then use -I/usr/old/usr/include
(the curses header files under /usr/include
will be replaced with the COSE-compliant header files).