On Fri, Aug 11, 2000 at 01:04:43AM -0500, [EMAIL PROTECTED] wrote:
> I'm having ill success at getting the latest CVS archives to compile;
> seems to be something odd with gtkhtml.
> 
> I seem unable to link to it; some complaint of gtk_html_new() not
> being found.  It should surely be there...
> 
After a bit of playing around: the configure script calls gnome-config
--libs gtkhtml to get what it needs. The following three line in
gnome-config  (inserted in the appropriate place :-) do the trick for me
(I had the same problem):

    gtkhtml)
        the_libs="$the_libs -L${libdir} -L/usr/local/lib -lgtkhtml -lXpm -ljpeg -lpng 
-lz -lz -lSM -lICE -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmo dule -lglib 
-ldl -lXi -lXext -lX11 -lm -lgdk_pixbuf -laudiofile -lgnome -lgnomesupport -lgtk -lgdk 
-lgnomeprint -lesd -lxml -lgdk_imlib -lart_lgpl -lgnomecanvaspixbuf"
        ;;

It all depends on the included libraries.

Jan

......... . .. .. . . ..... .. ..... .. .. ... ... .. . .  ..... ......
  Jan Schrage                           [EMAIL PROTECTED]
                                http://www.unix-ag.uni-kl.de/~schrage
  PGP:                       http://pgp5.ai.mit.edu/pks-commands.html 

PGP signature

Reply via email to