GraphicsMagick *and* ImageMagick fail to compile

Kevin Oberman rkoberman at gmail.com
Sat Jul 23 06:55:28 UTC 2016


On Fri, Jul 22, 2016 at 11:46 PM, Walter Schwarzenfeld <
w.schwarzenfeld at utanet.at> wrote:

> First:
> what is in /etc/make.conf ?
> -----
> try compile it with GCC
> either
> withe GCC=    4.8+
> in the Makefile
> or
> with CC=gcc48 CXX=g++48  CPP=cpp48
> (you can use gcc48 or gcc49 or gcc5)
> ------------------
> I had a similar error with irc/hexchat
> (it compiled only with GCC not with clang).
> add to the Makefile
>
> MAKE_ARGS=    LDFLAGS="${LDFLAGS}"
>
> solved my problem.
>

FWIW, I just built ImageMagick wiht clang and had no problems. clang 3.4.1,
the default on 10.3. Do you use ccache?
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkoberman at gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683


More information about the freebsd-ports mailing list