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
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
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
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
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:
>
>
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
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