[SciPy-user] scipy install errors

David Cournapeau david at ar.media.kyoto-u.ac.jp
Wed Feb 20 05:33:23 EST 2008


Alastair Basden wrote:
> Hi,
> further investigations - I've managed to get scipy compiled using gfortran 
> except for 2 files (where it segmented), and I used g77.
>   
You cannot mix g77 and gfortran together, it will not work. Either 
everything is compiled with g77, or everything is compiled with 
gfortran. Since your gfortran is old and looks buggy, maybe you don't 
have a choice and should use g77 for everything. The other option is to 
compile your own gfortran.

cheers,

David



More information about the SciPy-User mailing list