Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
7783 Discussions

undefined symbol: __intel_cpu_indicator

jbutzek
Beginner
247 Views

Team, I ma faced with the problem below:

We have a third-party** executable compiled using icc v9.0

and when we run it we get the runtime error:

"undefined symbol: __intel_cpu_indicator"

So what do we need to do to be able to run this

executable.

Your Help is much so appreciated

Paul

0 Kudos
1 Reply
TimP
Black Belt
247 Views
Find out which exact version of icc was used to build, including whether they may have linked first against a performance library such as MKL, and 32-/64- bit. Install the corresponding .so in a directory and put that directory on LD_LIBRARY_PATH (or ldconfig). A full license covering that version (even if since expired) entitles that person to tar up the correct .so set together with the application, so you shouldn't have to go search.
Reply