Re: Hello, help
- From: Mark Galassi <rosalia cygnus com>
- To: Jamie Guinan <guinan xensei com>
- Cc: gnome-list gnome org
- Subject: Re: Hello, help
- Date: Fri, 8 May 1998 00:16:58 +0200 (CEST)
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]