for each jpeg, png, zlib, cd into each directory and type "configure" and "make"

then vi Makedefs; make sure there is a line like:

LIBS    =       -lm ../jpeg/libjpeg.a ../png/libpng.a ../zlib/libz.a

(the order _is_ important)

Now you can type "make"
