Ran into a linking problem with the pango libraries that requires "re-libtoolizing".
Solution ----------- (1) re-libtoolize (2) add pango to the dependency list. Here is the patch for the Makefile: --- Makefile- 2005-08-10 09:47:40.000000000 -0400 +++ Makefile 2005-08-17 10:13:18.000000000 -0400 @@ -3,13 +3,14 @@ CATEGORIES = desktop DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 -LIBDEPS = platform/gtk+ +LIBDEPS = platform/gtk+ platform/pango DESCRIPTION = libgnomesu define BLURB #FIXME: blurb goes here endef +FIXUP_SCRIPTS = $(WORKSRC)/libtool CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = custom -Joseph -- joseph_sacco [at] comcast [dot] net -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
