Quantcast
Channel: Intel® Software - Intel® C++ Compiler
Viewing all articles
Browse latest Browse all 1175

Issue with cstring standard header

$
0
0

Dear all,

I have installed the C++ compiler with Parallels XE 2017 on a fresh Ubuntu 16.04 LTS distribution.

I am trying to compile a first test program, configured with CMake and the Unix Generator(icc).

Compilation fails on #include<cstring>, with a lot of messages like this:

    /usr/include/c++/5/cstring:75: error: the global scope has no "memchr"
    using ::memchr;
  1. Is this normal that standard gcc headers are used? It seems no cstring header is shipped with icc.
  2. How can I fix this? Other stdlib c headers seem to work.

Thanks!

 


Viewing all articles
Browse latest Browse all 1175

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>