Bill Allombert on Tue, 21 Apr 2015 22:27:14 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Problems Compiling on AIX 7.1 with XLC Compiler


On Tue, Apr 21, 2015 at 04:14:06PM -0400, Brent L. Bates wrote:
>      The AIX XLC compiler has an internal include file with the following in it:
> 
>           #define vec_insert(a,b,c)  __tg_builtin("vec_insert",a,b,c)
> 

Then you can do
#undef vec_insert
in src/headers/pari.h
after #include-ing the problematic header files.

Cheers,
Bill.