#13576: camlimages fails to compile -----------------------------------+---------------------------------------- Reporter: henrik@pilegaard.org | Owner: macports-dev@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.5.2 Resolution: | Keywords: -----------------------------------+---------------------------------------- Comment (by henrik@pilegaard.org): I had similar problem when using Tiger. Here I was able to cure my problem by making the following change in the portfile:[[BR]] Replace the lines[[BR]] configure.cflags-append "-L${prefix}/lib"[[BR]] configure.env DPORT_CAMLDIR="${prefix}/lib/ocaml"[[BR]] by[[BR]] configure.env LDFLAGS="-L${prefix}/lib" CFLAGS="-I${prefix}/include -L${prefix}/lib" DPORT_CAMLDIR="${prefix}/lib/ocaml" -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13576#comment:1> MacPorts </projects/macports> Ports system for Mac OS