As I was installing Intel Parallel Studio Linux C++. It says:
32-bit libraries not found
32-bit libraries not found on this system.
This product release requires the presence of 32-bit compatibility libraries when running on Intel(R) 64 architecture systems. One or more of these libraries could not be found:
libstdc++ (including libstdc++6)
glibc
libgcc
Without these libraries, the compiler and the debugger will not function properly. Please refer to Release Notes for more information.
---
According to synaptic, libstdc++6-4.6 and libgcc1 were already installed. I installed glibc v 2.21 from gnu.org I still got the same message from the installer.
Q1: What else do I have to do?
Q2: If I don't intend to build 32-bit apps, is this even an issue?
Thanks