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

Errors in include files

Deleted_U_Intel
Employee
279 Views
So, I just installed the compiler for Linux ia32 and tried to compile some apps that work find under gcc, but generate many errors when I try with icc. I can compile things like hello world, so the compiler works, but anything that includes anything from STL or any other include files causes icc to report errors inside the intel include files. Did I miss a step in the installation or something? Does anyone know how to fix this?
0 Kudos
1 Reply
TimP
Honored Contributor III
279 Views
As you don't give much information, let me guess: your C++ was written so that it would work only with g++ prior to version 3.0. For example, it doesn't specify namespaces.
0 Kudos
Reply