Not many words, just:cd /usr/local/src
sudo curl -O http://download-2.gingerall.cz/download/sablot/Sablot-0.96.tar.gz
sudo tar xvfz Sablot-0.96.tar.gz
cd Sablot-0.96
sudo cp configure configure.orig
*** configure.orig Sun Sep 15 11:32:21 2002
--- configure Sun Sep 15 11:32:58 2002
***************
*** 3326,3332 ****
# FIXME: Relying on posixy $() will cause problems for
# cross-compilation, but unfortunately the echo tests do not
# yet detect zsh echo's removal of \ escapes.
! archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname $(test -n "$verstring" -a x$verstring != x0.0 && echo $verstring)'
# We need to add '_' to the symbols in $export_symbols first
#archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
hardcode_direct=yes
--- 3326,3332 ----
# FIXME: Relying on posixy $() will cause problems for
# cross-compilation, but unfortunately the echo tests do not
# yet detect zsh echo's removal of \ escapes.
! archive_cmds='$CC $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -flat_namespace -o $lib $libobjs $deplibs$linkopts -install_name $rpath/$soname $(test -n "$verstring" -a x$verstring != x0.0 && echo $verstring)'
# We need to add '_' to the symbols in $export_symbols first
#archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
hardcode_direct=yes
sudo curl -O http://download-2.gingerall.cz/download/sablot/Sablot-0.96.1.patch
sudo patch -p2 < Sablot-0.96.1.patch
setenv LDFLAGS "-flat_namespace -undefined suppress"
sudo ./configure --with-zlib=/usr --prefix=/usr/local -without-iconv
---- this comes up ----
configure: warning: Your system doesn't support standard widechar library (wchar.h), result of the <xsl:sort> instruction may be undefined
----
sudo make
sudo make check
sudo make install