Hmm; odd. I'm not getting these errors. Just to be sure, I did a
VPATH build and still am not getting these errors... :-\
Are those symbols publicly available in libopen-pal.so?
It does seem pretty weird that your libtool link line didn't pick up
libopen-rte.so and libopen-pal.so...? What version of LT are you using?
On May 14, 2009, at 10:28 AM, Ashley Pittman wrote:
All,
After a svn update earlier I'm getting build failures on the trunk,
I've
tried the usual including a full clean checkout and am still getting
the
errors.
I'm not doing anything special other than a VPATH build and this same
tree build last week, it's just the update that appears to have broken
things.
The configure line used was
~/code/OpenMPI/ompi-trunk-tes/trunk/configure
--enable-mpirun-prefix-by-default
--prefix /mnt/home/debian/ashley/code/OpenMPI/install/ and I'm using
the
tree at http://svn.open-mpi.org/svn/ompi/trunk, I hope this is the
correct one.
This is the error the build fails with:
/bin/sh ../../../libtool --tag=CXX --mode=link g++ -O3 -DNDEBUG
-finline-functions -pthread -export-dynamic -o ompi_info
components.o
ompi_info.o output.o param.o version.o ../../../ompi/libmpi.la -lnsl
-lutil -lm
libtool: link: g++ -O3 -DNDEBUG -finline-functions -pthread
-o .libs/ompi_info components.o ompi_info.o output.o param.o version.o
-Wl,--export-dynamic ../../../ompi/.libs/libmpi.so -lnsl -lutil -lm
-pthread -Wl,-rpath -Wl,/mnt/home/debian/ashley/code/OpenMPI/install/
lib
../../../ompi/.libs/libmpi.so: undefined reference to
`opal_maffinity_setup'
../../../ompi/.libs/libmpi.so: undefined reference to
`opal_paffinity_alone'
../../../ompi/.libs/libmpi.so: undefined reference to
`opal_paffinity_base_slot_list'
collect2: ld returned 1 exit status
make[2]: *** [ompi_info] Error 1
make[2]: Leaving directory `/mnt/memfs/openmpi/ompi/tools/ompi_info'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/memfs/openmpi/ompi'
make: *** [all-recursive] Error 1
ashley@alpha:/mnt/memfs/openmpi$
I can provide more information if requested although as I say I don't
think I'm doing anything out of the ordinary.
Ashley Pittman,
_______________________________________________
devel mailing list
[email protected]
http://www.open-mpi.org/mailman/listinfo.cgi/devel
--
Jeff Squyres
Cisco Systems