ex: convert line input buffer from file encoding to internal encoding
[nvi.git] / build.unix / README.Solaris
blobc2a73447d0b4cc28dfafd41791824887ca48d53c
1 There are some known problems with Solaris curses.
2 Please give ncurses a try when you encounter a screen output problem.
4 Apparently, 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
6 specified on the command line during the link phase.  Unfortunately, the
7 executable produced is up to 3-4 times as big as an executable generated
8 by the standard linker `ld'.
9 You can bypass this by adding "-xildoff" to LDFLAGS or by
10 setting CFLAGS (to something that does not contain "-g").