LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Aytekin Gel (aike1_at_[hidden])
Date: 2003-06-14 19:39:27


Hello,

My attempts to build LAM/MPI 7.0b13 with Intel icc/ifc version 7.1
compilers failed with an error message indicating -soname option flag
issued by libtool in share/totalview is not recognized option by Intel
icc compiler.

I'm attaching the segment of the message at the end of this e-mail. I
also created lam-output.tar.gz for detailed analysis.

I found several e-mails on the newsgroups indicating libtool support
problem with Intel compilers. I don't know whether the problem I'm
experiencing is due to the same reason but any suggestions or pointers
will be greatly appreciated as I would like to use/test Totalview with
LAM/MPI compiled under Intel compilers.

Thanks.

Aytekin Gel

==========================================================
Error message before make process is terminated.
.....
.......
make[2]: Entering directory `/home/aike/MPI/lam-7.0b13/share/totalview'
Making all in src
make[3]: Entering directory
`/home/aike/MPI/lam-7.0b13/share/totalview/src'
source='dll_lam.c' object='dll_lam.lo' libtool=yes \
depfile='.deps/dll_lam.Plo' tmpdepfile='.deps/dll_lam.TPlo' \
depmode=icc /bin/sh .././config/depcomp \
/bin/sh ../libtool --mode=compile /opt/intel/compiler70/ia32/bin/icc
-DPACKAGE_NAME=\"\"
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
-DPACKAGE_BUGREPORT=\"\" -DLAM_WANT_DEBUG=0
-DLAM_CC=\"/opt/intel/compiler70/ia32/bin/icc\" -Dlam_sizeof_void_p=4
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
-DHAVE_DLFCN_H=1 -I. -I. -I../../../share/include
-I../../../share/ssi/include -I../../../share/include -DLAM_BUILDING=1
-DLAM_BUILDING=1 -g -c -o dll_lam.lo `test -f 'dll_lam.c' || echo
'./'`dll_lam.c
mkdir .libs
 /opt/intel/compiler70/ia32/bin/icc -DPACKAGE_NAME=\"\"
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
-DPACKAGE_BUGREPORT=\"\" -DLAM_WANT_DEBUG=0
-DLAM_CC=\"/opt/intel/compiler70/ia32/bin/icc\" -Dlam_sizeof_void_p=4
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-I. -I. -I../../../share/include -I../../../share/ssi/include
-I../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -g -c
dll_lam.c -MD -MF .deps/dll_lam.TPlo -DPIC
mv -f dll_lam.o .libs/dll_lam.o
/bin/sh ../libtool --mode=link /opt/intel/compiler70/ia32/bin/icc -g
-o liblam_totalview.la -rpath /usr/local/MPI/lam_dbg_7.0b13/lib/lam
dll_lam.lo
/opt/intel/compiler70/ia32/bin/icc -shared .libs/dll_lam.o -lc
-soname liblam_totalview.so.0 -o .libs/liblam_totalview.so.0.0.0
icc: Command line warning: ignoring unknown option '-soname'
ld: cannot open liblam_totalview.so.0: No such file or directory
make[3]: *** [liblam_totalview.la] Error 1
make[3]: Leaving directory
`/home/aike/MPI/lam-7.0b13/share/totalview/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/aike/MPI/lam-7.0b13/share/totalview'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/aike/MPI/lam-7.0b13/share'
make: *** [all-recursive] Error 1