What version does your libtool claim to be. I had 2.2.4 and 2.2.6a on MCS machine and they works with updatefiles's autoreconf. I will try downgrading libtool to see if that works. A.Chan login3.surveyor:~/mpich_work > libtool --version ltmain.sh (GNU libtool) 2.2.6b login3.surveyor:~/mpich_work > libtoolize --version libtoolize (GNU libtool) 2.2.6b ----- "Darius Buntinas" <[email protected]> wrote:
Sorry, I missed that.
Try libtool --version
For some reason even though I had 2.2.6b installed, it still claimed to be the old one.
-d
On 11/18/2009 01:26 PM, Anthony Chan wrote:
I already have libtool 2.2.6b (see below) blueprint is AIX though. Surveyor is PPC linux.
----- "Darius Buntinas" <[email protected]> wrote:
I got this same problem on blueprint. You'll need to install libtool 2.2.6b.
-d
On 11/18/2009 01:11 PM, Anthony Chan wrote:
mpich2's maint/updatefiles failed on surveyor. Any clue what is missing.. ?
A.Chan
Found ./configure.in; executing make configure target (cd . && autoheader -I ./confdb && \ autoconf -I ./confdb ) running third-party initialization autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I config -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /home/chan/autoconf/2.63/bin/autoconf --force configure.ac:417: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /home/chan/autoconf/2.63/bin/autoconf failed with exit status: 1 login3.surveyor:~/mpich_work/mpich2 > which autoconf /home/chan/autoconf/2.63/bin/autoconf login3.surveyor:~/mpich_work/mpich2 > which automake /home/chan/automake/1.11/bin/automake login3.surveyor:~/mpich_work/mpich2 > which libtool /home/chan/libtool/2.2.6b/bin/libtool