I didn't really want to provide this as DLL's are being phased out, but the one on sunsite is ancient (version 3.5) and people want to use something that had TARGA support (for POVray, etc..) as "xv" doesn't as far as I know. Precompiled binaries using libc.so.4.6.27 are included. It includes a shared libMagick.so. You will need the jpeg and tiff libs from sunsite.unc.edu:/pub/Linux/libs/graphics too. The resultant binaries are fairly tiny. Here is a "ldd" from a typical binary (display) % ldd display libMagick.so.3 (DLL Jump 3.6) => /usr/X386/lib/libMagick.so.3.6 libjpeg.so.5 (DLL Jump 5.0) => /usr/local/lib/libjpeg.so.5.0.1 libtiff.so.3 (DLL Jump 3.3) => /usr/local/lib/libtiff.so.3.3 libXpm.so.4 (DLL Jump 4.5) => /usr/X386/lib/libXpm.so.4.5 libX11.so.3 (DLL Jump 3.1) => /usr/X386/lib/libX11.so.3.1.0 libm.so.4 (DLL Jump 4.6pl27) => /lib/libm.so.4.6.27 libc.so.4 (DLL Jump 4.6pl27) => /lib/libc.so.4.6.27 This means you must have those or more recent versions of all those shared libraries in order to run the binaries provided. You will notice that it was compiled for X11 R5. You will need to recompile for R6. If you ask me nicely I may do it for you. Once you install the libjpeg.so, libtiff.so and libMagick.so, don't forget to rerun the command "ldconfig". The jumptable files for rebuilding the shared library are provided. Mitch m.dsouza@mrc-apu.cam.ac.uk