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

where can we find command line options of mcpcom

Tanwar__Sandeep
Beginner
1,127 Views

Hi Folks,

I want to modify the command line options for mcpcom like -mGLOB etc but no idea where are these found.

This is related to a problem where I am trying to compile the binaries with check-pointers options but getting errors of undefined symbols for _intel_fast_memmove, __intel_sse2_strlen, __intel_sse2_strchr

 

Also the file libimf.so is not found even though I gave correct path during compilation and linking.

Any suggestions?

0 Kudos
5 Replies
RahulV_intel
Moderator
1,127 Views

Hi Sandeep,

Could you share the following details:

  • OS and Intel C++ compiler version that you are currently working on.
  • Steps that you have followed, leading to the error.

-Rahul

0 Kudos
Tanwar__Sandeep
Beginner
1,127 Views

Hi Rahul,

OS - RHEL 7.5

Compiler - icpc version 19.0.3.199 (gcc version 4.8.5 compatibility)

Compilation command line additional Parameters leading to this error - -rdynamic -check-pointers=rw -check-pointers-dangling=all -check-pointers-undimensioned -check-pointers-narrowing

0 Kudos
RahulV_intel
Moderator
1,127 Views

Hi,

Could you provide us the exact command that you have used and the subsequent error message you get after executing the command? 

 

--Rahul

0 Kudos
RahulV_intel
Moderator
1,127 Views

Hi Sandeep,

Just a quick reminder to provide the steps you've followed leading to the error and error log.

 

--Rahul

0 Kudos
RahulV_intel
Moderator
1,127 Views

Hi Sandeep,

We are closing this thread. Kindly post a new query if your issue still persists.

 

--Rahul

0 Kudos
Reply