Downloaded 1.5.5rc3, installed libtool 2.4.2, autoconf 2.68, and
automake 1.11.3, and added them to my PATH.
Running autogen.sh and I get the following error
*** Found custom autogen.sh file in:
*** /home/rdc/work/code/ompi-v1.5/ompi/mca/io/romio/romio
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal -I confdb --force
configure.in:2122: warning: macro `AM_PROG_LIBTOOL' not found in library
autoreconf: configure.in: tracing
autoreconf: configure.in: not using Libtool
autoreconf: running:
/home/rdc/work/code/autoconf-2.68/install-dir/bin/autoconf
--include=confdb --force
configure.in:2125: error: possibly undefined macro: AM_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /home/rdc/work/code/autoconf-2.68/install-dir/bin/autoconf
failed with exit status: 1
Error running autogen.sh -l in
/home/rdc/work/code/ompi-v1.5/ompi/mca/io/romio/romio. Aborting.
Error running autogen.sh -l in romio. Aborting.
Thoughts?
On 3/9/12 10:08 AM, Jeffrey Squyres wrote:
Is the error reproducible with Open MPI 1.5.5rc3?
On Mar 9, 2012, at 10:05 AM, Robert Collyer wrote:
My apologies for not including that, it was on linux, specifically Fedora Core
9.
On 3/9/12 8:32 AM, Jeffrey Squyres wrote:
I am unable to replicate this problem on both OS X and Linux using the commands
you provided.
What OS are you using?
On Mar 8, 2012, at 10:27 PM, Robert Collyer wrote:
The libtool that is constructed for the configuration I'm using (below) has bug
when it is constructing compiler_lib_search_path in both the CXX and FC
sections, as follows
compiler_lib_search_path="-L/lib -L/usr/lib -L/usr/local/lib' ..."
where the ellipses is just more directories. The error is the extra ' placed
after /usr/local/lib. I am not sure where it creeps in as I am unfamiliar with
m4. Changing both instances allows compilation to continue. Additionally, the
extra ' is present in both instances of compiler_lib_search_dir, also.
Sincerely,
Rob Collyer
P.S. My configuration, to be run from the shell using sh:
export LDFLAGS="-L/opt/lib -L/opt/lib -L/usr/lib -L/usr/local/lib"
export CPPFLAGS="-I/opt/include -I/usr/include -I/usr/local/include"
export FCFLAGS="-I/opt/include -I/usr/include -I/usr/local/include"
./configure --prefix=`pwd` CC=/opt/bin/gcc CXX=/opt/bin/g++
FC=/opt/bin/gfortran F77=/opt/bin/gfortran
_______________________________________________
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users
_______________________________________________
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users