[CMake] cmake with intel compilers

Bill Hoffman bill.hoffman at kitware.com
Mon Sep 24 10:04:14 EDT 2012


On 9/23/2012 4:29 PM, Burlen Loring wrote:
> hmmm, I was a bit hasty in concluding that the issue has gone away in
> newer releases. on another system, I have the issue with cmake 2.8.8.
> The intel compiler version there is 11.1. On this system if I don't
> include $INTEL_ROOT/include/intel64 explicitly , gcc's xmm intrinsics
> are found causing errors (typical error follows).  Examining the output
> of make VERBOSE=1, I'm not seeing any reference to the path containing
> either gcc or intel xmm intrinsics. Is this a cmake issue? or perhaps a
> configuration issue with the intel compiler on this system?
>
> /usr/lib64/gcc/x86_64-suse-linux/4.3/include/xmmintrin.h(105): error:
> identifier "__builtin_ia32_addss" is undefined
>      return (__m128) __builtin_ia32_addss ((__v4sf)__A, (__v4sf)__B);

Does the compiler work from the command line with CMake?


-- 
Bill Hoffman
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY 12065
bill.hoffman at kitware.com
http://www.kitware.com
518 881-4905 (Direct)
518 371-3971 x105
Fax (518) 371-4573


More information about the CMake mailing list