ScattPy / scikits.scattpy

Light Scattering Methods for Python
scattpy.github.com
14 stars 3 forks source link

git master install fails with gfortran #14

Open michaelaye opened 11 years ago

michaelaye commented 11 years ago

Error message:

(master)[maye@lunatic ~/src/scikits.scattpy]$ sudo python setup.py install > compile_log.txt
error: Command "/usr/local/bin/gfortran -Wall -m64 -Wall -undefined dynamic_lookup -bundle build/temp.macosx-10.5-x86_64-2.7/build/src.macosx-10.5-x86_64-2.7/scikits/scattpy/f_radialmodule.o build/temp.macosx-10.5-x86_64-2.7/build/src.macosx-10.5-x86_64-2.7/fortranobject.o build/temp.macosx-10.5-x86_64-2.7/src/radial.o build/temp.macosx-10.5-x86_64-2.7/build/src.macosx-10.5-x86_64-2.7/scikits/scattpy/f_radial-f2pywrappers.o -Llib -L/usr/local/Cellar/gfortran/4.7.2/gfortran/lib/gcc/x86_64-apple-darwin12.2.0/4.7.2 -lradial -lgfortran -o build/lib.macosx-10.5-x86_64-2.7/scikits/scattpy/f_radial.so" failed with exit status 1

Complete compile log here:

https://gist.github.com/4508491