Gentoo Archives: gentoo-dev

From: Jeremiah Mahler <jmahler@×××××××.net>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] gtkhtml
Date: Tue, 27 Aug 2002 13:08:01
Message-Id: 20020827180757.GA12703@jackpot.localdomain
In Reply to: [gentoo-dev] gtkhtml by Tony Clark
1 On Tue, Aug 27, 2002 at 07:48:35PM +0200, Tony Clark wrote:
2 > Hi
3 >
4 > I'm trying to install the above and running into the problem below. This is
5 > on a 1.2 system. Any ideas?
6 >
7 > Thanks
8 >
9 > tony
10 >
11 > gcc -I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gtk-1.2
12 > -I/usr/include/glib-1.2 -I/usr/lib/glib/include
13 > -I/usr/X11R6/include-march=i686 -O3 -pipe -Wall -Wunused -o
14 > .libs/file-types-capplet file-types-capplet.o file-types-capplet-dialogs.o
15 > file-types-icon-entry.o -rdynamic -rdynamic -rdynamic
16 > ../../control-center/.libs/libcapplet.so -L/usr/lib -lm
17 > /usr/lib/libgnomevfs.so /usr/lib/libxml.so -lz -lm -L/usr/X11R6/lib
18 > -lgconf-gtk-1 -lgconf-1 /usr/lib/liboaf.so /usr/lib/libORBitCosNaming.so
19 > /usr/lib/libORBit.so /usr/lib/libIIOP.so /usr/lib/libORBitutil.so -ldl -lXi
20 > -lXext -lX11 -lm /usr/lib/libgthread.so -lpthread -ldl
21 > /usr/lib/libgdk_pixbuf.so /usr/lib/libgtk.so /usr/lib/libgdk.so
22 > /usr/lib/libgmodule.so /usr/lib/libglib.so -ldl -lXi -lXext -lX11 -lm
23 > libuuid/libuuid.a
24 > /usr/i686-pc-linux-gnu/bin/ld: cannot find -lgconf-gtk-1
25 > collect2: ld returned 1 exit status
26 > make[4]: *** [file-types-capplet] Error 1
27 > make
28 >
29
30 It looks like ld cannot find libgconf-gtk-1 which is
31 provided by gconf.
32
33 $ qpkg -I -i -f /usr/lib/libgconf-gtk-1.so
34 gnome-base/gconf-1.0.8-r3 *
35 Gconf [ http://www.gnome.org/ ]
36
37 In gnome-extra/gtkhtml/gtkhtml-1.0.4.ebuild gconf is
38 shown as a dependency but it is dependent on the
39 'gnome' USE flag.
40
41 Double check and make sure you have gconf installed.
42
43 --
44 Jeremiah Mahler
45 <jmahler@×××××××.net>