SUMMARY When trying to configure Valgrind with the latest Intel compilers it fails. STEPS TO REPRODUCE 1. CC=icc ./configure 2. 3. OBSERVED RESULT checking for a supported version of gcc... no (icc-2021.2.0) configure: error: please use gcc >= 3.0 or clang >= 2.9 or icc >= 13.0 or Apple LLVM >= 5.1 EXPECTED RESULT A successful configure outcome SOFTWARE/OS VERSIONS CentOS 7 ADDITIONAL INFORMATION
Created attachment 140031 [details] Update config file to allow icc-202x compiler versions Intel oneAPI compiler uses version numbers starting with "202x" instead of "1x". Valgrind config file was discarding this version as unsupported.
(In reply to Jason Jones from comment #0) Hi Jason, Attached the fix I used for this issue. Would you be able to check whether this patch works for you? You'll need to rerun ./autogen.sh after applying this patch. Tanya
I'll also take a look at this item and try to get it into 3.18
Chang committed with commit c3002642d35b69f82fb1633ffc874e8ede370d32