March 23, 2010
11:33 p.m.
On Wed, Mar 24, 2010 at 2:03 AM, Paul H. Fuoss <fuoss@anl.gov> wrote:
Ralf,
I downloaded scipy from svn. Then I did the command:
$ LDFLAGS="-lgfortran -arch x86_64" FFLAGS="-arch x86_64" sudo python setupscons.py install
Don't use sudo (it modifies how environment variables are handled), and remove the unnecessary -lgfortran. from LDFLAGS. David