Re: more cvs problems
- From: Tom Tromey <tromey cygnus com>
- To: Soren Harward <soren cinternet net>
- Cc: Tom Tromey <tromey cygnus com>, Gnome Main List <gnome-list gnome org>
- Subject: Re: more cvs problems
- Date: 16 Jul 1998 10:08:53 -0600
Soren> okay, aclocal aborts with 'AM_PATH_GLIB not found in library.'
Soren> How can I tell it to look for glib in /usr/local/lib? I added
Soren> it in my /etc/ld.so.conf.
It's looking for a library of m4 macros, not a `.a' library.
You have to tell aclocal how to find glib.m4.
For instance: aclocal -I /opt/gnome/share/aclocal
Another solution is to symlink glib.m4 into the directory that aclocal
searches by default.
Tom
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]