LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Ryuta Suzuki (suzu0037_at_[hidden])
Date: 2004-11-30 12:35:12


If you still have a problem just put "-lunwind", the library distributed
with icc/icpc. Intel compiler tries to link to g++ library which does
not yet fully suppor gcc compiler.

Luciano Pezzi wrote:

> 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/