Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

icc __builtin_va_arg_pack

Patrick_D_
Beginner
334 Views
Hello,

On a i64 machine (Compiler/11.1/046), I get the error message:
undefined symbol: __builtin_va_arg_pack
fedora14

The same code one i32 (composerxe-2011.0.084), I do not have this error.
fedora13

Is it a complier version issue ? machine issue ?

thank for your help.
0 Kudos
2 Replies
Om_S_Intel
Employee
334 Views
It seems it is compiler version issue. If you have help us with small test case we can try out at our end and help you.
0 Kudos
Patrick_D_
Beginner
334 Views
Moving to version 2011.3.174 get rid of the problem
0 Kudos
Reply