On Fri, 6 Aug 1999, Pollywog wrote:
>
> On 06-Aug-99 wonko wrote:
> > i installed glib1.2.3 but gtk+ says cannot find glib1.2.3 anyway what do
> > i do?
>
> Make sure it is really installed:
>
> $ dpkg -l | grep glib
>
> Did you install it from source or a deb package?
>
> --
> Andrew
>
>
> --
If you are istalling from source, in the gtk source dir do ./configure
--with-glib={dir where glib is located, default=/usr/local/lib/glib}
Allan