Re: [Rd] Compile error on a 'scratch' linux distro

2007-06-22 Thread Hin-Tak Leung
Don't do that - if you are using gcc 4.x, you should be using gfortran 4.x, rather than g77 3.x... Dan Bolser wrote: > Here are the details... > > uname -a > Linux yellow 2.6.16.1.i686.1 #23 SMP Mon Aug 28 15:36:14 CEST 2006 > i686 GNU/Linux > > gcc --version > gcc (GCC) 4.2.0 > > g77 --versio

Re: [Rd] Compile error on a 'scratch' linux distro

2007-06-22 Thread Prof Brian Ripley
On Fri, 22 Jun 2007, Dan Bolser wrote: > Here are the details... > > uname -a > Linux yellow 2.6.16.1.i686.1 #23 SMP Mon Aug 28 15:36:14 CEST 2006 > i686 GNU/Linux > > gcc --version > gcc (GCC) 4.2.0 > > g77 --version > GNU Fortran (GCC) 3.4.4 You need a matching gcc set: the gcc4 support routine