libWINGs is using libwraster functions (e.g. RScaleImage) and therefore
needs to be linked against it.

ametz...@argenau:/tmp/WMAKER/wmaker-crm$ env 
LD_LIBRARY_PATH=debian/wmaker/usr/lib ldd -r 
debian/wmaker/usr/lib/libWINGs.so.2.0.1 2>&1 | grep RScaleIma
undefined symbol: RScaleImage   (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 4285817..0094faa 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
+libWINGs_la_LIBADD = libWUtil.la $(top_builddir)/wrlib/libwraster.la
 
 EXTRA_DIST = BUGS make-rgb Examples Extras Tests
 
-- 
1.7.1


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

Reply via email to