Warren,
I reinstall libtool-1.5 and automake-1.5 on my Solaris 2.8 with gcc3.3.2
and make sure everything is installed correctly and smoothly. And I
tried to run ./bootstrap multiple times as you suggested. It still
failed and complain about line 17 in configure.in. Following is the
trace:
bash-2.03$ ./bootstrap
+ libtoolize --force --copy
You should update your `aclocal.m4' by running aclocal.
+ aclocal
+ autoheader
configure.in:17: /usr/local/bin/m4: ERROR: Reading inserted file: No
such file or directory
autom4te: /usr/local/bin/m4 failed with exit status: 1
autoheader: /usr/local/bin/autom4te failed with exit status: 1
bash-2.03$ ./bootstrap
+ libtoolize --force --copy
+ aclocal
+ autoheader
configure.in:17: /usr/local/bin/m4: ERROR: Reading inserted file: No
such file or directory
autom4te: /usr/local/bin/m4 failed with exit status: 1
autoheader: /usr/local/bin/autom4te failed with exit status: 1
bash-2.03$ ./bootstrap
+ libtoolize --force --copy
+ aclocal
+ autoheader
configure.in:17: /usr/local/bin/m4: ERROR: Reading inserted file: No
such file or directory
autom4te: /usr/local/bin/m4 failed with exit status: 1
autoheader: /usr/local/bin/autom4te failed with exit status: 1
bash-2.03$
Thanks for your help!
yigong
-----Original Message-----
From: Warren Young [mailto:mysqlpp@stripped]
Sent: Wednesday, August 18, 2004 12:43 PM
To: mySQL++ Mailing List
Subject: Re: RELEASE: 1.7.11
Liu, Yigong wrote:
> /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of
> AM_PATH_GTK
> run info '(automake)Extending aclocal'
> or see
> http://sources.redhat.com/automake/automake.html#Extending%20aclocal
> /usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of
> AM_PATH_GLIB
These are new warnings that affect some old-style autoconf files. This
isn't affecting MySQL++, but it might affect anything that uses glib or
gtk+. You could probably update your glib and gtk+ libraries to fix
this, if you cared to.
> configure.in:17: /usr/local/bin/m4: ERROR: Reading inserted file: No
> such file or directory
...
> Open configure.in, I see the following at line 17:
> AC_PROG_LIBTOOL
Either your libtool installation is broken, or you just need to run
bootstrap again. If the latter fixes it, I need to reorder the libtool
and aclocal commands, and the problem will go away.
--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe:
http://lists.mysql.com/plusplus?unsub=1
------------------------------------------------------------------------------------------------
This message is for the designated recipient only and may
contain privileged, proprietary, or otherwise private information.
If you have received it in error, please notify the sender
immediately and delete the original. Any unauthorized use of
this email is prohibited.
------------------------------------------------------------------------------------------------
[mf2]