Re: more cvs problems



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]