I have the same problem trying build R 2.9.0 on AIX using the IBM
Visual Age compilers and GNU make. I'm trying to figure it out, but
any hints on a fix are greatly appreciated.
Thanks,
Darin
gmake[2]: Entering directory `/home/denglan/R/builddir/src/library/methods'
building package 'methods'
mk
Many thanks to Peter for the explanation. I found that the fix for
me was to set the environment variable R_SHELL to '/usr/bin/bash',
otherwise (on my AIX system at least) the shell being used was
/bin/sh.
Darin
On Thu, Apr 23, 2009 at 10:54:31AM -0500, Darin England wrote:
> I have the same pro