Skip to content
Prev 6805 / 15075 Next

Which gfortran for Leopard?

Dear Simon,

Thank you for your suggestions, which I have just tried. Sadly the error 
remains the same.

The problem seems to be that for some reason 
"gfortran-4.2-5564-darwin9.tar.gz" does not have a 
"/usr/lib/gcc/i686-apple-darwin9/4.2.1/x86_64" directory containing 
libgfortranbegin.a. For this reason the 64 bit version of 
libgfortranbegin.a is not installed in the corresponding directory 
x86_64 which contains only libgcc.a etc.

You can see this by double-clicking on 
"gfortran-4.2-5564-darwin9.tar.gz" when located in some directory.

In contrast, "gfortran-4.2.3.dmg" did install libgfortranbegin.a in the 
"/usr/local/lib/gcc/i686-apple-darwin9/4.2.1/x86_64" directory.

Could you please check or tell me what the reason might be?

I have installed it using:
$ gunzip gfortran-4.2-5564-darwin9.tar.gz
$ sudo tar -xvf gfortran-4.2-5564-darwin9.tar -C /

Best regards
Christian
Simon Urbanek wrote: