Christopher Hanley wrote: > I have found that setting my F77 environment variable to gfortran is > also sufficient. > > > setenv F77 gfortran > > python setup.py install
That might work okay for building scipy and other packages that only actually have FORTRAN-77 code; however, I suspect that Matthew is trying to build something with Fortran 90+. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
