This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Gcc and gfortran installation on MacBook Pro


Hi there,


I am trying to install gfortran from the sources on my computer but I doesn't work.

My computer is an Apple's MacBook Pro with an Intel CPU.

The sources I use are gcc-4.1.2 and i just want to install gfortran.

The configure I use is :

./configure --prefix=$HOME/.../gcc412 --with-gmp=/sw --with-mpfr=/sw
--enable-languages=fortran



The errors come from the make instruction. I think it deals with
libgfortran but I can't make it out. Here what it says :

....
make[3]: *** [compile-option.lo] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-target-libgfortran] Error 2
make : *** [all] Error 2



Do you have any idea of what went wrong and any idea of what should I do ?

Thanks a lot for your help.

Best regards,

Aurélien


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]