Re: question..




One other way to fix this, last time I looked at his page it wasnt
mentioned, is to look in all the possible 'aclocal' directories, like
/usr/local/share/aclocal, /usr/share/aclocal, /opt/gnome/share/aclocal, or
wherever your m4 files may be getting copied, find the one where aclocal
itself was installed.  Use this as the base.  Now move all the aclocal
files from the other directories, remove the aclocal directories that held
them, and create symlinks to the main aclocal, like:

mv /usr/local/share/aclocal/* /usr/share/aclocal
mv /opt/gnome/share/aclocal/* /usr/share/aclocal
mv /where/you/have/been/setting/your/prefix/for/gnome/* /usr/share/aclocal
rmdir /usr/local/share/aclocal
rmdir /opt/gnome/share/aclocal
rmdir /where/you/have/been/setting/your/prefix/for/gnome/*
ln -s /usr/share/aclocal /usr/local/share/aclocal
ln -s /usr/share/aclocal /opt/gnome/share/aclocal

you should get the point by now.  This may not be for everyone, ya, it
does make it put the gnome *.m4 files into the main aclocal directory, but
aclocal can now find them.  It may be a little work, but I think it makes
sense compared to the -I/usr/blahblah/blah every time you want to run
aclocal.

Just an idea, no flames intended.

sar


On Mon, 28 Sep 1998, Christopher Barry wrote:

> Check out Soren's page, it will tell you how to take care of this and
> other problems your going to have soon after taking care of this.
> http://www.cinternet.net/~soren/gnome/cvs.shtml
> 
> Christopher
> 
> 
> Phillip Neumann wrote:
> > 
> > Hello,
> > 
> > I have installed glib and gtk+. FAQ said the next is imlib 1.8.
> > 
> > Im getting this:   (how can i fix that??)        maybe this is easy to
> > fix, sorry for novicens..
> >                   ------------------------
> > 
> > [filsin@computron] ~/gnome/imlib --> ./autogen.sh --prefix=/opt/gnome/
> > You should add the contents of `/opt/gnome/share/aclocal/libtool.m4' to
> > `aclocal.m4'.
> > aclocal: configure.in: 7: macro `AM_PROG_LIBTOOL' not found in library
> > aclocal: configure.in: 15: macro `AM_PATH_GTK' not found in library
> > utils/Makefile.am:89: variable `GTK_LIBS' not defined
> > utils/Makefile.am:89: variable `GTK_LIBS' not defined
> > loading cache ./config.cache
> > ./configure: line 524: syntax error near unexpected token
> > `AM_CONFIG_HEADER(config.h)'
> > ./configure: line 524: `AM_CONFIG_HEADER(config.h)'
> > 
> > Now type 'make' to compile imlib.
> > 
> > thanks,
> > --
> >                          __________________________________________
> >                         /                             /
> >                        /      Phillip  Neumann       /
> >                       /     filsin@bigfoot.com      /
> > _____________________/_____________________________/
> > 
> > --
> >          To unsubscribe: mail gnome-list-request@gnome.org with
> >                        "unsubscribe" as the Subject.
> 
> 
> -- 
>          To unsubscribe: mail gnome-list-request@gnome.org with 
>                        "unsubscribe" as the Subject.
> 

__________________________________________________________
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Exerpt from a Micro$oft commercial:
	How many 6 year olds does it take to develop software?

Survey says:
	between 95 and 98.

Also stated from a researcher from M$:
	The idea isn't to be efficient, its to have better lives.



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