I am installing Intel C++ Composer 2013 SP 1 to Debian 7.4 64-bit. In the prerequesites section of the installer, it complains that
p, li { white-space: pre-wrap; }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.
So I've installed libstdc++-4.8-dev:i386, libstdc++6:i386, libc6:i386, libgcc1:i386, but this message remains. What am I missing? Thank you.