On Apr 2, 2007, at 2:56 AM, Aurélien Benoit-Lévy wrote:
Here is the err_make file.
A file attachment for a 1 line text file... Ouch. Cut-n-paste is
your friend.
Anyway, looks like a rev mismatch between as and gcc, Yup, I'd expect
a 4.2 snapshot to solve this problem.
Aurélien Benoit-Lévy writes:
> I have no idea of what is a gcc-4.2 snapshot ?
>
> Could you explain a bit.
Why, instead, do you not simply go to http://gcc.gnu.org/ and follow
thw link marked snapshots?
Andrew.
--
Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire,
Hi,
I have no idea of what is a gcc-4.2 snapshot ?
Could you explain a bit.
Thanks,
Aurélien
2007/3/30, Mike Stump <[EMAIL PROTECTED]>:
On Mar 30, 2007, at 7:45 AM, Aurélien Benoit-Lévy wrote:
> Do you have any idea of what went wrong and any idea of what should
> I do ?
Hum, I'd be tempted
Hi again,
Here is the err_make file.
Thanks,
Aurélien
2007/3/30, François-Xavier Coudert <[EMAIL PROTECTED]>:
> out_make is the output of the make. In fact it is the output of the
> make launch a second time. (To big otherwise.)
Yes, but it's missing the standard error file. Please use:
mak
On Mar 30, 2007, at 7:45 AM, Aurélien Benoit-Lévy wrote:
Do you have any idea of what went wrong and any idea of what should
I do ?
Hum, I'd be tempted to say, try a gcc-4.2 snapshot. If it doesn't
work, we'll fix it for you. :-)
out_make is the output of the make. In fact it is the output of the
make launch a second time. (To big otherwise.)
Yes, but it's missing the standard error file. Please use:
make > out_make 2> err_make
or something similar.
FX
Hi FX, Hi all
Thanks for the binairies. I wanted to install it from sources but I
used the binairies. And I think i found a bug : the binairy fails if
the directory /usr/local/bin doesn't exist.
As you've requested, here are 2 files.
out_conf is the output of the configure
out_make is the ou
Hi Aurélien,
A few remarks:
1. you don't show us the actual compilation error message: why is
make failing?
2. maybe you don't know, but there are binaries available from
http://gcc.gnu.org/wiki/GFortranBinaries, if that helps.
3. you should definitely quote the system compiler and cctools
ver
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-gm