Skip to content

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

3 messages · Brian Ripley, smlee at hko.gov.hk

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