This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Gcc and gfortran installation on MacBook Pro
- From: "Aurélien Benoit-Lévy" <aurelienbl at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 30 Mar 2007 16:45:51 +0200
- Subject: 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