Re: problem with versions of glib/gtk



mike <mike redtux demon co uk> writes:
> On Sun, 2002-03-17 at 18:26, Havoc Pennington wrote:
> > 
> > mike <mike redtux demon co uk> writes:
> > > How do I stop various modules (eg gnome-panel) stop looking for glib/gtk
> > > 1.3 when I have 2.0 installed.
> > 
> > You have to recompile them.
> > 
> 
> This is the problem they wont recompile without glib-1.3.15
> 
> for example
> libtool: link: cannot find the library `/usr/lib/libgthread-1.3.la'
> make[4]: *** [gnome-panel] Error 1
> make[4]: Leaving directory `/root/gnome-panel/gnome-panel'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/root/gnome-panel/gnome-panel'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/root/gnome-panel/gnome-panel'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/gnome-panel'
> make: *** [all] Error 2
> 
> this is latest gnome-panel but problem is common to a large number of
> packages
> 

One of your libraries is compiled against libgthread-1.3 and thus
installed a .la file that sucks in 1.3 as a dependency.  Delete
everything from both 1.3 and 2.0, rebuild it all from scratch with
only 2.0 available, I'm sure it will work if you delete _everything_
and be sure you have fresh source trees for 2.0 so that there are no
1.3 leftovers.

Anyway, does not happen to anyone else, your system is just in a
confused state.

Havoc




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