Skip to content
Prev 84 / 15075 Next

building on darwin 1.4 (or macosx 10.z where z > 0)

If you want to do this, you have to replace

-bundle -undefined suppress

in the configure files by

-bundle -flat_namespace -undefined suppress

(use config.site, for instance). It's probably not a bad idea to rebuild
ATLAS as well.