Diagnostic 11003: no IR in object file xxxx; was the source file compiled with xxxx

Submit New Article

Last Modified On :   September 16, 2009 6:17 PM PDT
Rate
 


Cause:

The diagnostic is generated when you attempt to link an object file that was not compiled with -Qipo(On Windows) or -ipo(On the Mac OS or Linux)  in an Inter Procedural Object (IPO) link/compile.  This is legal, but you may not get the same level of performance optimization.

Resolution:

Please Examine your build configuration to ensure that you have IPO specified for the compilation step.

Note: IR is Intermediate Representation that is generated when you invoke IPO during compilation.





This article applies to: Intel® C++ Compiler for Linux* Knowledge Base,   Intel® C++ Compiler for Mac OS X* Knowledge Base,   Intel® C++ Compiler for Windows* Knowledge Base,   Intel® Fortran Compiler for Linux* Knowledge Base,   Intel® Fortran Compiler for Mac OS X* Knowledge Base,   Intel® Parallel Composer Knowledge Base,   Intel® Visual Fortran Compiler for Windows* Knowledge Base