Luciano,
Make sure you have the environment variable LD_LIBRARY_PATH set:
Under sh or bash:
export
LD_LIBRARY_PATH=/opt/intel_cc_80/lib\:/opt/intel_fc_80/lib\:$LD_LIBRARY_
PATH
And under csh
setenv LD_LIBRARY_PATH
/opt/intel_cc_80/lib\:/opt/intel_fc_80/lib\:$LD_LIBRARY_PATH
John Bussoletti
-----Original Message-----
From: Luciano Pezzi [mailto:wd20lp_at_[hidden]]
Sent: Tuesday, November 30, 2004 8:59 AM
To: lam_at_[hidden]
Subject: LAM: LAM-MPI error when compiling with Intel
Dear All,
I have not succeded on my LAM-MPI compiling. I have a toshiba laptop
with Suse Linux 8.1 in it and I am using the icc and ifort (intel)
compilers. To compile LAM-MPI I am using the following commands and
libs:
>export CC=/opt/intel_cc_80/bin/icc
>export CXX=/opt/intel_cc_80/bin/icc
>export FC=/opt/intel_fc_80/bin/ifort
>export CFLAGS='-static -L/opt/intel_cc_80/lib -lcprts -lguide' export
>CXXFLAGS='-static -L/opt/intel_cc_80/lib -lcprts -lguide' export
>FFLAGS='-static -L/opt/intel_fc_80/lib -lcprts -lguide'
>./configure --prefix=/opt/lam_intel
Up to here is fine, however when I do make I get
the error messages listed below. Does anybody have a suggestion? Thanks
a lot in advance for any help.
regards,
Luciano Pezzi
--------------------------------------------
make[2]: Entering directory `/home2/lpp/LAM-MPI/lam-7.1.1/otb/lamclean'
/bin/sh ../../libtool --mode=link /opt/intel_cc_80/bin/icc -O3 -static
-L/opt/intel_cc_80/lib -lcprts -lguide -pthread -o lamclean
lamclean.o
../../share/liblam/liblam.la ../../share/libltdl/libltdlc.la -lutil
/opt/intel_cc_80/bin/icc -O3 -o lamclean lamclean.o
-L/opt/intel_cc_80/lib
-pthread ../../share/liblam/.libs/liblam.a
../../share/libltdl/.libs/libltdlc.a -lcprts -lguide -ldl -lutil
/opt/intel_cc_80/lib/libcxa.so.5: undefined reference to
`_uw_parse_lsda_info'
/opt/intel_cc_80/lib/libcxa.so.5: undefined reference to
`_dw2_size_of_encoded_value'
/opt/intel_cc_80/lib/libcxa.so.5: undefined reference to
`_dw2_read_encoded_value'
/opt/intel_cc_80/lib/libcxa.so.5: undefined reference to `_ReadULEB'
/opt/intel_cc_80/lib/libcxa.so.5: undefined reference to `_ReadSLEB'
make[2]: *** [lamclean] Error 1
make[2]: Leaving directory `/home2/lpp/LAM-MPI/lam-7.1.1/otb/lamclean'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home2/lpp/LAM-MPI/lam-7.1.1/otb'
make: *** [all-recursive] Error 1
_________________________________________________________________
MSN Messenger: converse com os seus amigos online.
http://messenger.msn.com.br
_______________________________________________
This list is archived at http://www.lam-mpi.org/MailArchives/lam/
|