The configure script won't detect the installed jpeg, gif (and some other) libs, since /usr/local/lib is not in the linker path. This would later lead to a error message, that jpeg is not supported, when one tries to load a jpeg image with 'let img = OImages.load "filename.jpg" [];;'. Fix: I have attached a diff to the Makefile which corrects the LDFLAGS, so that the library search path is correct. I have also modified the Makefile, so that the documentation gets installed How-To-Repeat: when doing a "make build", looking at the configure output there will be "checking for jpeg_read_header in -ljpeg... no" because the linker won't search for libjpeg in /usr/local/lib.
State Changed From-To: open->feedback Awaiting maintainers feedback
State Changed From-To: feedback->open Maintainer time-out, fix Synopsis.
State Changed From-To: open->closed Committed, thanks!