hi a small fix: the ./configure (3.3.2) checks for uname = "Linux" which obviously fails on Mac OS X/Darwin someone could please replace this line against: if [ "x`uname`" != "xLinux" and "x`uname`" != "xDarwin" ] then ./configure suceeds and make compiles everything matthias