What can I do about __builtin errors reported by Intel 9.0?
This problem is solved with the Intel 9.1 compilers. The rest of this is for those who are still using Intel 9.0. The documentation for Intel 9.0 C/C++ claims only that it is compatible with Gcc 3.x; in fact Intel 9.0 is not compatible with Gcc 4.x. It tries to read the Gcc C++ header files, but fails in the case of Gcc 4.x We have submitted a feature request to Intel, and we hear that they intend to fix the problem in the 9.1 release. Until then, configure with SYS_INC_DIRS = /opt/intel/compiler90/include/c++ LD = icpc -L/opt/intel/compiler90/lib/ -lcprts -lunwind -lcxa (where the paths point to your Intel compiler installation, of course). This will cause the compiler to use its own C++ header files, and associated libraries.
Related Questions
- Related Topics: Game Troubleshooting Guide Solutions To Graphics Errors Reported By Microsoft Online Crash Analysis* How do I know if a new graphics driver is available?
- Are the errors of the estimates reported according to the sampling design?
- How can I correct the errors/warnings reported by Sage Line 50?