[R-SIG-Mac]building on darwin 1.4 (or macosx 10.z where z > 0)

Jan de Leeuw deleeuw@stat.ucla.edu
Fri, 7 Sep 2001 12:55:15 -0700


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.