libWINGs is using libXft functions (e.g. XftFontClose). Link libWINGs
against libXft.

ametz...@argenau:/tmp/WMAKER/wmaker-crm$ LD_LIBRARY_PATH=debian/wmaker/usr/lib 
ldd -r debian/wmaker/usr/lib/libWINGs.so.2.0.1 2>&1 | grep XftFontClose
undefined symbol: XftFontClose (debian/wmaker/usr/lib/libWINGs.so.2.0.1)
---
 WINGs/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WINGs/Makefile.am b/WINGs/Makefile.am
index 0094faa..fd330c1 100644
--- a/WINGs/Makefile.am
+++ b/WINGs/Makefile.am
@@ -19,7 +19,7 @@ lib_LTLIBRARIES = libWUtil.la libWINGs.la
 
 
 LDADD= libWUtil.la libWINGs.la $(top_builddir)/wrlib/libwraster.la @INTLIBS@
-libWINGs_la_LIBADD = libWUtil.la $(top_builddir)/wrlib/libwraster.la
+libWINGs_la_LIBADD = libWUtil.la $(top_builddir)/wrlib/libwraster.la @XFTLIBS@
 
 EXTRA_DIST = BUGS make-rgb Examples Extras Tests
 
-- 
1.7.1


-- 
To unsubscribe, send mail to [email protected].

Reply via email to