[mpich-discuss] libintlc.so.5 not found while configuring
Antonio J. Peña
apenya at mcs.anl.gov
Thu Sep 5 19:09:18 CDT 2013
Seungbum,
I've checked your configure flags in our testbed. I find no problems even
without the LDFLAGS parameter. Have you tried to compile any other code
with your icc setup? I bet there's something wrong with your icc setup.
Have you executed the iccvars.sh script? (BTW, we use icc 13.1.3).
Antonio
On Thursday, September 05, 2013 06:34:08 PM Seungbum Koo wrote:
Thank you for your advice. But nothing has changed even if I add that line
at the stage of configure.
So this is what I wrote in the command line.
sudo /opt/mpich/mpich-3.0.4-source/configure --prefix=/opt/mpich/
CC=/opt/intel/composer_xe_2013_sp1.0.080/bin/intel64/icc
CXX=/opt/intel/composer_xe_2013_sp1.0.080/bin/intel64/icpc
F77=/opt/intel/composer_xe_2013_sp1.0.080/bin/intel64/ifort
FC=/opt/intel/composer_xe_2013_sp1.0.080/bin/intel64/ifort LDFLAGS="-
L/opt/intel/composer_xe_2013_sp1.0.080/compiler/lib/intel64" --enable-
fast=all,O3 --enable-g=dbg,mem,log --enable-shared --with-pm=hydra
2>&1 | sudo tee log_configure.txt
What 'configure' says:
===============================================
=======
ld: warning: libintlc.so.5, needed by
/opt/intel/composer_xe_2013_sp1.0.080/compiler/lib/intel64/libifport.so.5,
not found (try using -rpath or -rpath-
link)============================================
==========
What 'make' says:
Not a single line difference as before.
Does it make sense? "libifport.so.5" needs "libintlc.so.5" but they are in the
same directory. And those 'not found' files at the 'make' stage as well.
They are all in
'/opt/intel/composer_xe_2013_sp1.0.080/compiler/lib/intel64/'.
Any idea?
Seungbum
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mpich.org/pipermail/discuss/attachments/20130905/e0976672/attachment.html>
More information about the discuss
mailing list