Re: Hello, help




    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!!



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