Re: Hello, help



Mark Galassi wrote:
> 
>     Jamie>   aclocal: configure.in: 23: macro `AM_PROG_LIBTOOL' not
>     Jamie>   found in library
> 
>     Jamie>   aclocal: configure.in: 24: macro `AM_PATH_GTK' not found
>     Jamie>   in library (... several lines more warnings ...)
> 
> Your problem is that libtool and gtk are installed with different
> prefixes (/usr/local) from automake (probably /usr, since it's an
> RPM).  You need to copy libtool.m4 and gtk.m4 to the .../share/aclocal
> directory.
> 
> **In your case** you might just be able to paste in (as root)
> 
>         cp /usr/local/share/aclocal/*.m4 /usr/share/aclocal
> 
> but please think it through on your system first!!

Got it.

Solution: rpm -e automake-1.3-1; install .tar.gz version.

gnome-libs is configured and compiling as I type.

Thanks for the help,
-Jamie



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]