Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29064 Discussions

ifort: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ifort)

henadas
Beginner
615 Views

Hi, I just upgraded the intel compilers to 2024.2. I received the following error when I tried to compile a fortran code.

ifort: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ifort)

Could you please suggest a solution?

0 Kudos
1 Reply
Devorah_H_Intel
Moderator
535 Views

Make sure to check the system requirements for the Linux OS part. 

Do you have Linux Developer tools component installed, including gcc, g++, and related tools?

 

0 Kudos
Reply