Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2016 08:46:56 +0200
From:      Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
To:        freebsd-ports@freebsd.org
Subject:   Re: GraphicsMagick *and* ImageMagick fail to compile
Message-ID:  <c0a2fa8e-a297-a8a5-8d6e-0dff25a8adaa@utanet.at>
In-Reply-To: <7A737FA3-047B-4B0F-9BE3-29F73A2CDD27@punkt.de>
References:  <7A737FA3-047B-4B0F-9BE3-29F73A2CDD27@punkt.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c0a2fa8e-a297-a8a5-8d6e-0dff25a8adaa>