On Sun, Sep 23, 2012 at 5:23 PM, 心如烛光 <[email protected]> wrote: > Hi,all. > I have installed numpy and scipy step by step carefully as the > instructions from website:http://www.scipy.org/Installing_SciPy/Mac_OS_X > But still get many errors and warnings while it's building. > (OSX lion 10.7.4 /Xcode 4.5 /clang /gfortran4.2.3)
Those error are parts of the configuration. As long as the build runs until the end, the build is successful. You should not build scipy with gcc on mac os x 10.7, as it is known to cause issues. David _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
