Thanks for diving right in.
I've had a few people have problems with the pre-compiled Mac
binaries. It gives a fairly cryptic error. Hopefully we can help
things out a bit.
These libraries should be installed in /usr/local/lib on your computer
(at least on mine). Check if they're there.
After you compile FLTK with the 'make' command, you need to install it
to your computer. Doing this requires administrator rights for the
specific command. The sudo command is used to elevate your
permissions on the command line. So, after 'make', then do 'sudo make
install' it will ask for the administrator password.
I believe I compiled/installed libjpeg with the standard './configure;
make; sudo make install' sequence. If you haven't done that final
step, it is the easiest way to proceed.
Please let us know if this helps or not.
Rob
It may be easier and more appropriate to install libjpeg from a
pre-compiled version.
http://ethan.tira-thompson.com/Mac_OS_X_Ports.html
Has an easy to install DMG for libjpeg.
Rob
We haven't set up anything to point the working directory properly from Finder.
If you run from the command line, it should know where it is.
Rob