Re: Bug in install of gfortran for gcc-4.0.2

2005-11-01 Thread Andreas Schwab
Jim Wilson <[EMAIL PROTECTED]> writes: > Rainer Emrich wrote: >> rm -f /appl/shared/gcc/Linux/i686-pc-linux-gnu/gcc-4.0.2/bin/; \ >> ln /appl/shared/gcc/Linux/i686-pc-linux-gnu/gcc-4.0.2/bin/gfortran >> /appl/shared/gcc/Linux/i686-pc-linux-gnu/gcc-4.0.2/bin/; \ > > Looking at gcc/fortran/M

Re: Bug in install of gfortran for gcc-4.0.2

2005-11-01 Thread James E Wilson
On Tue, 2005-11-01 at 11:39, Steven Bosscher wrote: > Wasn't this whole issue fixed by this patch: > http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01785.html Yes. Andreas Schwab's patch appears to fix this correctly. -- Jim Wilson, GNU Tools Support, http://www.specifix.com

Re: Bug in install of gfortran for gcc-4.0.2

2005-11-01 Thread Steven Bosscher
On Tuesday 01 November 2005 19:59, Jim Wilson wrote: > Rainer Emrich wrote: > > rm -f /appl/shared/gcc/Linux/i686-pc-linux-gnu/gcc-4.0.2/bin/; \ > > ln /appl/shared/gcc/Linux/i686-pc-linux-gnu/gcc-4.0.2/bin/gfortran > > /appl/shared/gcc/Linux/i686-pc-linux-gnu/gcc-4.0.2/bin/; \ > > Looking

Re: Bug in install of gfortran for gcc-4.0.2

2005-11-01 Thread Jim Wilson
Rainer Emrich wrote: rm -f /appl/shared/gcc/Linux/i686-pc-linux-gnu/gcc-4.0.2/bin/; \ ln /appl/shared/gcc/Linux/i686-pc-linux-gnu/gcc-4.0.2/bin/gfortran /appl/shared/gcc/Linux/i686-pc-linux-gnu/gcc-4.0.2/bin/; \ Looking at gcc/fortran/Make-lang.in we see that the command here is rm -f

Bug in install of gfortran for gcc-4.0.2

2005-10-31 Thread Rainer Emrich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 if [ -f f951 ] ; then \ if [ -f gfortran-cross ] ; then \ rm -f /appl/shared/gcc/Linux/i686-pc-linux-gnu/gcc-4.0.2/bin/gfortran; \ /usr/bin/install -c gfortran-cross /appl/shared/gcc/Linux/i686-pc-linux-gnu/gcc-4.0.2/bin/gfortran; \ chmod