On 5 May 2005 at 22:46, Kurt Roeckx wrote:
| On Thu, May 05, 2005 at 03:25:42PM -0500, Chris Lawrence wrote:
| > Could be something in how r-base is built on amd64... Dirk, any ideas?
| >  I think it has something to do with /usr/lib/R/etc/Renviron.
| 
| It says:
| ## Use configure values
| AWK=${AWK-'gawk'}
| 
| While on i386 it says:
| ## Use configure values
| AWK=${AWK-'mawk'}

As I said in the previous mail, this is determined during built-time of __R__
itself:

[EMAIL PROTECTED]:~> grep AWK src/debian/R/R-2.1.0/etc/Renviron.in
AWK=${AWK-'@AWK@'}
[EMAIL PROTECTED]:~>           

Now, would we need gawk everywhere?  Then I'll add it for 2.1.0-2. Do we need
that soon?

Or could the amd64 crowd enforce that locally /for now/ and I will have it
enforce globally by the next upload of R ?

Dirk

-- 
An economist is an expert who will know tomorrow why the things he 
predicted yesterday didn't happen today.  --  Laurence J. Peter


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to