Re: Problems building atk-1.0.2
Alexandre Florio <[email protected]> Sun, 28 Jul 2002 18:50:34 -0300 (BRT)
| Newsgroups | gmane.comp.gnome.os.slackware |
|---|---|
| Message-ID | <Pine.LNX.4.33.0207281837460.5345-100000@springfield.genesis.puc-rio.br> |
Hi,
pkg-config can be found in the path, as shows configure:
checking for pkg-config... /usr/bin/pkg-config
I think maybe it's using the wrong version of glib (1.2, instead
of 2.0).
$ ldconfig -p | grep glib
libglib.so (libc6) => /usr/lib/libglib.so
libglib-2.0.so.0 (libc6) => /usr/local/lib/libglib-2.0.so.0
libglib-2.0.so (libc6) => /usr/local/lib/libglib-2.0.so
libglib-1.2.so.0 (libc6) => /usr/lib/libglib-1.2.so.0
How can I instruct ldconfig to link
libglib.so => /usr/local/lib/libglib-2.0.so
instead of
libglib.so => /usr/lib/libglib.so ?
[]s
--af
On 28 Jul 2002, Xavier Ordoquy wrote:
> On Sun, 2002-07-28 at 06:09, Alexandre Florio wrote:
> > Hi all,
> >
> > I'm having problems installing atk-1.0.2 in Slackware 8.1.
> >
> > The atk's configure script can't find GLIB 2.0.4 and returns me the
> > following error message:
>
> Have you installed pkg-config ?
> Is it in the same directory as glib ?
> if not, have you defined PKG_CONFIG_PATH ?
>
> --
>
> _______________________________________________
> Gnome-slackware mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/gnome-slackware
>