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.hoff...@kitware.com
http://www.kitware.com
518 881-4905 (Direct)
518 371-3971 x105
Fax (518) 371-4573
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to