Check to ensure that libtoolize --libltdl completed successfully (even
if it returns status 0). See the thread starting here for an explanation: http://www.open-mpi.org/community/lists/devel/2005/10/0475.php most importantly, this message: http://www.open-mpi.org/community/lists/devel/2005/10/0506.php A better fix for libtoolize itself was submitted by Ralf W. for inclusion in the libtool 1.5.x line; appropriate fixes will also be included in libtool 2.x. This commit was SVN r7930.
Этот коммит содержится в:
родитель
3e1107262f
Коммит
acc54c6381
11
autogen.sh
11
autogen.sh
@ -385,7 +385,16 @@ EOF
|
||||
if test -f include/mpi.h.in; then
|
||||
rm -rf libltdl opal/libltdl opal/ltdl.h
|
||||
run_and_check $ompi_libtoolize --automake --copy --ltdl
|
||||
mv libltdl opal
|
||||
if test -d libltdl; then
|
||||
mv libltdl opal
|
||||
fi
|
||||
if test ! -r opal/libltdl/ltdl.h; then
|
||||
cat <<EOF
|
||||
$ompi_libtoolize --ltdl apparently failed to install libltdl.
|
||||
Please check that you have the libltdl development files installed.
|
||||
EOF
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Adjusting libltdl for OMPI :-("
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user