Gcc and gfortran installation on MacBook Pro

2007-03-30 Thread Aurélien Benoit-Lévy
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

Re: Gcc and gfortran installation on MacBook Pro

2007-03-30 Thread François-Xavier Coudert
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

Re: Gcc and gfortran installation on MacBook Pro

2007-03-30 Thread Aurélien Benoit-Lévy
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

Re: Gcc and gfortran installation on MacBook Pro

2007-03-30 Thread François-Xavier Coudert
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

Re: Gcc and gfortran installation on MacBook Pro

2007-03-30 Thread Mike Stump
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. :-)

Re: Gcc and gfortran installation on MacBook Pro

2007-04-02 Thread Aurélien Benoit-Lévy
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

Re: Gcc and gfortran installation on MacBook Pro

2007-04-02 Thread Aurélien Benoit-Lévy
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

Re: Gcc and gfortran installation on MacBook Pro

2007-04-02 Thread Andrew Haley
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,

Re: Gcc and gfortran installation on MacBook Pro

2007-04-03 Thread Mike Stump
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.