3e1db26a5a
Removing elvis, importing nvi, ctags, updating libedit. Change-Id: I881eb04d2dc64cf112facd992de1114e1a59107f
10 lines
560 B
Text
10 lines
560 B
Text
There are some known problems with Solaris curses.
|
|
Please give ncurses a try when you encounter a screen output problem.
|
|
|
|
Apparently, the more recent Solaris compilers invoke the incremental linker,
|
|
`ild', when the "-g" option is used and one or more "xxx.o" files are
|
|
specified on the command line during the link phase. Unfortunately, the
|
|
executable produced is up to 3-4 times as big as an executable generated
|
|
by the standard linker `ld'.
|
|
You can bypass this by adding "-xildoff" to LDFLAGS or by
|
|
setting CFLAGS (to something that does not contain "-g").
|