Hello Mike, could you please compile with enabled verbosity: make V=1 The missing symbols belong to libz which is a dependency library of ompi/contrib/vt/vt/extlib/otf/otflib/libotf.la - i.e. libotf.la should contain the following line:
dependency_libs='-L<path-to-libz> -lz' If not, Libtool seems to be broken somehow. Do you compile from an SVN checkout or from a tarball (e.g. nightly built or download from open-mpi.org)? Matthias On Tuesday 01 May 2012 22:29:20 Mike Dubman wrote: > Hi, > ompi 1.6.x - compilation fails with intel compiler, but works with gcc. > compiler version: 10.1.026 > Regards > > CXX otfaux.o CXX Control.o CXX Handler.o CXX State.o CXXLD otfaux > ../../otflib/.libs/libotf.so: undefined reference to `inflateReset' > ../../otflib/.libs/libotf.so: undefined reference to `inflateEnd' > ../../otflib/.libs/libotf.so: undefined reference to `deflate' > ../../otflib/.libs/libotf.so: undefined reference to `deflateInit_' > ../../otflib/.libs/libotf.so: undefined reference to `inflate' > ../../otflib/.libs/libotf.so: undefined reference to `inflateSync' > ../../otflib/.libs/libotf.so: undefined reference to `deflateEnd' > ../../otflib/.libs/libotf.so: undefined reference to `inflateInit_' > make[9]: *** [otfaux] Error 1