Build instructions: 1) obtain source code a) grab the pre-patched sources: % download mac-3.99-u4-b5-s4.tar.gz % gunzip < mac-3.99-u4-b5-s4.tar.gz | tar xf - % cd mac-3.99-u4-b5-s4 OR b) grab the original sources and patch them: % download mac-3.99-u4-b5.tar.gz, mac-3.99-u4-b5-s4.patch % gunzip < mac-3.99-u4-b5.tar.gz | tar xf - % cd mac-3.99-u4-b5 % patch -p1 < ../mac-3.99-u4-b5-s4.patch 2) compile and install a) for unix targets: % CXXFLAGS="-DSHNTOOL" ./configure (Mac users only): % perl -pi -e "s/-all_load//g" libtool % make % make install b) for win32 (under MinGW): % CXXFLAGS="-DSHNTOOL -D_WIN32" ./configure % make