Thanks...
This starts to explain it...
I didn't install everthing in the same place
(libtool.m4 is in /usr/gnu/libtool/share/aclocal
lex.m4 is in /usr/gnu/automake-1.4/share/aclocal//lex.m4
gnome is in /usr/local/gnome
I wasn't aware these things were so interdependent...
What's the best way out of this mess?
Marty Leisner
Guy Harris <gharris@xxxxxxxxxxxx> writes on Wed, 19 Jan 2000 20:34:02 PST
> > autoconf: Undefined macros:
> > configure.in:340:AC_LIBTOOL_DLOPEN
>
> When you installed libtool, did it install
> "/usr/share/aclocal/libtool.m4"? That defines AC_LIBTOOL_DLOPEN.
>
> > ./configure: AM_PROG_LEX: command not found
>
> Do you also have "/usr/local/share/aclocal/lex.m4"? If you've installed
> automake from source, it should've installed that, and that should've
> defined AM_PROG_LEX.
>
> > checking for perl... /usr/local/bin/perl
> > checking for flex... /usr/gnu/bin/flex
> > checking to see if we can add '-Wall' to CFLAGS... yes
> > ./configure: syntax error near unexpected token `AM_PATH_GLIB(1.2.0,'
> > ./configure: ./configure: line 1330: `AM_PATH_GLIB(1.2.0, , { echo "configure:
> > e
> > rror: GLib distribution not found." 1>&2; exit 1; }, gmodule)'
>
> It looks as autoconf didn't expand AM_PATH_GLIB, either; that should be
> defined by "/usr/local/share/aclocal/glib.m4".
>
> It sounds as if some things are misinstalled; perhaps there's something
> wrong with the versions you installed.