gtkhtml stuff
Bill Gribble
grib@billgribble.com
Wed, 23 Aug 2000 09:48:33 -0500
On Tue, Aug 22, 2000 at 04:31:38PM +0100, David Bobroff wrote:
> Here it is:
>
> # gnome-config --libs gtkhtml
> -rdynamic -L/usr/lib -L/usr/X11R6/lib
> -lgtkhtml -lgdk_pixbuf -ltiff -ljpeg -lpng -lgnomeprint -lgnomeui
> -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lXi -lXext -lX11
> -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb -lglib -ldl -lxml -lz
> -lgconf -lgconf-gtk
Well, that looks reasonable. Now you have to really start digging :(
Look in the 'config.log' file generated during a failed configure run.
It will show the C program that it tried to compile and summarize what
happened. If it's not clear from the log what the error was,
cut-n-paste the C program into a separate file and compile it by hand.
That's usually very diagnostic.
b.g.