1There are some known problems with Solaris curses.
2Please give ncurses a try when you encounter a screen output problem.
3
4Apparently, the more recent Solaris compilers invoke the incremental linker,
5`ild', when the "-g" option is used and one or more "xxx.o" files are
6specified on the command line during the link phase.  Unfortunately, the
7executable produced is up to 3-4 times as big as an executable generated
8by the standard linker `ld'.
9You can bypass this by adding "-xildoff" to LDFLAGS or by
10setting CFLAGS (to something that does not contain "-g").
11