From: Warren Young Date: August 18 2004 4:42pm Subject: Re: RELEASE: 1.7.11 List-Archive: http://lists.mysql.com/plusplus/3366 Message-Id: <412386FB.2080205@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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.