--- ./interface/config_impl.cc Tue Apr 17 19:51:40 2001 +++ ../pspell-.12.2/./interface/config_impl.cc Tue Dec 3 15:39:20 2002 @@ -650,7 +650,11 @@ void PspellConfigImpl::write_to_stream(ostream & out, bool include_extra) { +#ifdef __sgi + long f = out.flags(); +#else ios::fmtflags f = out.flags(); +#endif out.setf(ios::left); //out << "## " << name() << "\n\n"; PspellKeyInfoEmulation * els = possible_elements(include_extra); --- ./ltmain.sh Tue May 1 19:58:17 2001 +++ ../pspell-.12.2/./ltmain.sh Tue Dec 3 15:34:43 2002 @@ -61,7 +61,7 @@ default_mode= help="Try \`$progname --help' for more information." magic="%%%MAGIC variable%%%" -mkdir="mkdir" +mkdir="mkdir -p" mv="mv -f" rm="rm -f"