Hi all,
I recently installed both Intel Fortran and Intel C++ compilers for Linux on my system (Ubuntu 12.04 LTS with IA32). When trying to install MPICH, I'm unable to configure the installation, and I get this error :
checking for gcc... icc
checking whether the C compiler works... no
configure: error: in `/home/ouissem/Downloads/openmpi-1.6.5':
configure: error: C compiler cannot create executables
See `config.log' for more details
The same procedure works fine with GNU compilers.
The icc and icpc compilers are well recognized by the system, but unable to built any executable.
Can some one help me with this issue. Any suggestion would be helpful.
Thank you very much for your help.