Re: [Rd] further f77/gfortran

2006-06-07 Thread Kasper Daniel Hansen
On Jun 7, 2006, at 10:22 AM, Dirk Eddelbuettel wrote: > > On 7 June 2006 at 17:29, Prof Brian Ripley wrote: > | > That came up recently: > | > > | > a) ~/.Makevars (as I recall) > | > | ~/.R/Makevars, but that applies to all packages on all builds. > > Yes indeed. Thanks for catching and correc

Re: [Rd] further f77/gfortran

2006-06-07 Thread Dirk Eddelbuettel
On 7 June 2006 at 17:29, Prof Brian Ripley wrote: | > That came up recently: | > | > a) ~/.Makevars (as I recall) | | ~/.R/Makevars, but that applies to all packages on all builds. Yes indeed. Thanks for catching and correcting this. | > b) on a per invocation basis: | > MAKEFLAGS="FFLA

Re: [Rd] further f77/gfortran

2006-06-07 Thread Ben Bolker
Prof Brian Ripley wrote: > We used to pick a F77 compiler first, but note that all legal F77 code > is legal F95 code so there was no actual advantage is doing so. The > issue here is that your code is not legal F77, and g77 (which implements > 'GNU Fortran') is letting it through. Not that i

Re: [Rd] further f77/gfortran

2006-06-07 Thread Prof Brian Ripley
On Wed, 7 Jun 2006, Dirk Eddelbuettel wrote: > > On 7 June 2006 at 11:44, Ben Bolker wrote: > | OK: despite Dirk's very kind help, I decided that > > Yeah, kind but still not useful to you. No cigar yet :) > > | trying to deal with R configuration and Debian configuration > | simultaneously was

Re: [Rd] further f77/gfortran

2006-06-07 Thread Prof Brian Ripley
On Wed, 7 Jun 2006, Ben Bolker wrote: > > OK: despite Dirk's very kind help, I decided that > trying to deal with R configuration and Debian configuration > simultaneously was too difficult. > > I did manage to solve my problem by reconfiguring/making/ > installing all of 2.3.1 from source: > >

Re: [Rd] further f77/gfortran

2006-06-07 Thread Dirk Eddelbuettel
On 7 June 2006 at 11:44, Ben Bolker wrote: | OK: despite Dirk's very kind help, I decided that Yeah, kind but still not useful to you. No cigar yet :) | trying to deal with R configuration and Debian configuration | simultaneously was too difficult. [ I'd still like to learn from useRs what I

[Rd] further f77/gfortran

2006-06-07 Thread Ben Bolker
OK: despite Dirk's very kind help, I decided that trying to deal with R configuration and Debian configuration simultaneously was too difficult. I did manage to solve my problem by reconfiguring/making/ installing all of 2.3.1 from source: ./configure F77=/usr/bin/g77 make make install A