gdk-pixmap patch



Error:
  panel: error in loading shared libraries
  /usr/local/lib/gdk-pixbuf/loaders/libpixbuf-tiff.so: undefined symbol:
TIFFFdOpen

Cause:
  The current gdk-pixmap tiff loader is not linked properly.

Here is the patch.

RCS file: /cvs/gnome/gdk-pixbuf/gdk-pixbuf/Makefile.am,v
retrieving revision 1.52
diff -u -w -r1.52 Makefile.am
--- Makefile.am 1999/12/17 21:42:47     1.52
+++ Makefile.am 1999/12/22 13:30:34
@@ -154,7 +154,7 @@
 #
 libpixbuf_tiff_la_SOURCES = io-tiff.c
 libpixbuf_tiff_la_LDFLAGS = -avoid-version -module
-libpixbuf_tiff_la_LIBADD =
+libpixbuf_tiff_la_LIBADD = $(LIBTIFF)
 
 #
 # The PNM loader



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