From: -IX- How, in Tcl, can I XXX: A8P. From jra@hrcms.jazz.att.com (Jeff Abramson) we are told that, > using either SunPro cc 2.0.1 or gcc 2.5.8 with > no problems. For SunPro I do: > > CC=cc ./configure --prefix=directory_of_your_choice > make CC=cc > > For gcc I do: > > CC="gcc -fwritable-strings" ./configure \ > --prefix=directory_of_your_choice > make CC="gcc -fwritable-strings"Go Back Up