Skip to content
Prev 38700 / 63424 Next

Unable to build R-2.10.0 and later releases on AIX 6.1

So presumably an AIX header is incautiously using 'truncate' as a 
macro and setting it to 'truncate64'.

Try adding

# undef truncate

after

# undef open

at ca line 46 of that file.
On Sun, 19 Dec 2010, smlee at hko.gov.hk wrote: