[sage-devel] Re: How to use alternate gfortran-4.3

2008-04-21 Thread mabshoff
On Apr 22, 12:05 am, "Gonzalo Tornaria" <[EMAIL PROTECTED]> wrote: > On 4/21/08, mabshoff <[EMAIL PROTECTED]> wrote: > > > > >  > export CC=gcc-4.3 > >  > export CXX=g++-4.3 > > > I am not sure this will work all the time since sometimes we overwrite > >  CC or CXX. I would suggest you put the 4

[sage-devel] Re: How to use alternate gfortran-4.3

2008-04-21 Thread Gonzalo Tornaria
On 4/21/08, mabshoff <[EMAIL PROTECTED]> wrote: > > > export CC=gcc-4.3 > > export CXX=g++-4.3 > > > I am not sure this will work all the time since sometimes we overwrite > CC or CXX. I would suggest you put the 4.3 gcc and g++ somewhere in > $PATH before gcc and g++ - Sage will then use them

[sage-devel] Re: How to use alternate gfortran-4.3

2008-04-21 Thread mabshoff
On Apr 21, 11:17 pm, "Gonzalo Tornaria" <[EMAIL PROTECTED]> wrote: Hi Gonzalo > I am compiling with gcc-4.3, my previous build of 3.0rc0 worked fine > (no gfortran installed in the system). However, for my build of 3.0rc1 > I tried to install using gfortran-4.3 (from debian/testing). > > I follo