This patch disables stripping on OS X as it breaks the plugin loading feature. diff --git a/configure b/configure index b3a9808..8d1733e 100755 --- a/configure +++ b/configure @@ -495,6 +495,7 @@ GNU/* ) *BSD ) ;; Darwin ) + echo 'STRIP=\# skip strip' >> Makefile.settings ;; IRIX ) ;;