On Wed, 2009-09-02 at 10:51 +0300, Jeff Squyres wrote: > On Aug 27, 2009, at 8:34 PM, Michael Hines wrote:
> > libtool: link: gcc -O3 -DNDEBUG -finline-functions -fno-strict- > > aliasing > > -pthread -fvisibility=hidden -o opal_wrapper > > opal_wrapper.o ../../../opal/.libs/libopen-pal.a -ldl -lnsl -lutil - > > lm > > -pthread > > ../../../opal/.libs/libopen-pal.a(libltdlc_la-ltdl.o): In function > > `lt_dlinit': > > ltdl.c:(.text+0x10d3): undefined reference to > > `lt_libltdlc_LTX_preloaded_symbols' > > > > Hmm. This feels like a mismatch of libtool somehow... (ltdl is a > part of the larger Libtool package). I should mention that when I [hines@hines490 openmpi-1.3.3]$ for i in `find . -name \*.o -print` ; do echo $i ; nm $i |grep preloaded ; done the only files that have preloaded in them are ./opal/libltdl/libltdlc_la-preopen.o 0000000000000008 b default_preloaded_symbols 0000000000000000 b preloaded_symlists ./opal/libltdl/libltdlc_la-ltdl.o U lt_libltdlc_LTX_preloaded_symbols and I can't find anywhere that lt_libltdlc_LTX_preloaded_symbols is defined -Michael