If you want to compile the JPEG-libs (I found them on gimp.org [download], there's an easy way to do it:
% tar xzf jpegsrc.v6b.tar.gzNow the most important part:
% cd jpeg-6b
% ./configure
% make
% make test
% sudo make install
% sudo make install-libAfter this, you should have functional JPEG-libs on your machine. I hope this can be usefull for somebody ...
Mac OS X Hints
http://hints.macworld.com/article.php?story=20020919054140925