[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: getting started
- From: d e a t h <charon hades hell gr>
- To: gtk-app-devel-list redhat com
- Subject: Re: getting started
- Date: Thu, 14 Oct 1999 23:49:56 +0300
On Thu, Oct 14, 1999 at 09:11:43AM -0700, Chuck Davis wrote:
>
> I got glib-1.2.6 and gtk+-1.2.6. I installed the glib and all went
> well. I tried to install the gtk+ and it says I need glib-1.2.4 or
> better. What do I need to do besides ./configure, make, make install to
> get glib-1.2.6 installed so that gtk+-1.2.6 will install?
You probably forgot to run `ldconfig' after the installation of glib finished.
It's nothing really hard, just do a:
% cd /sources/of/glib-1.2.6
% make
su: [give password here]
# make install
# cd /
# ldconfig -v
and you're ready to install gtk+-.1.2.6 right after that without any problems.
--
Giorgos Keramidas, <keramida@ceid.upatras.gr>
"Curse me if I'm wrong, but don't you want to Slang me?"
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]