I think I've found the problem with japhar on my home box. Looking at the output of ldd on that box versus another similar box which Japhar works on I notice that on mine, the libz.so.1 => /usr/lib/libz.so.1 line is missing. c++ -g -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wreturn-type -Wcast-align -pedantic -o .libs/japhar japhar.o -Wl,--rpath -Wl,/usr/local/japhar/lib ../../lib/libjni/src/.libs/libjni.so -ldl -lpthread -lm -Wl,--rpath -Wl,/usr/local/japhar/lib ../../lib/libruntime/.libs/libruntime.so -lz -ldl -lpthread -lm -Wl,--rpath -Wl,/usr/local/japhar/lib ../../arch/.libs/libarch.so -ldl -lpthread -lm -lSM -lICE -L/usr/X11/lib -L/usr/X11R6/lib -lXm -lXt -lSM -lICE -lX11 -Wl,-rpath,/usr/X11R6/lib -lz -Wl,--rpath -Wl,/usr/local/lib ../../lib/libffi/src/.libs/libffi.so -ldl -lpthread -lm -ldl -lpthread -lm creating japhar Has anyone else come across this? How is Japhar getting compiled without any dependency on libz? Brian -- |-------------------------------|Software Engineer |Brian Jones |[EMAIL PROTECTED] |[EMAIL PROTECTED] |http://www.nortel.net |http://www.classpath.org/ |------------------------------
