<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><meta http-equiv="Content-Type" content="text/html charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">I am trying to install Imagemagick from source using all my delegates</div><div class="">installed from MacPorts. I have been doing this for years on OSX</div><div class="">SnowLeopard. But I recently bought a new Mac with OSX 10.12.4 Sierra and</div><div class="">the compiler will compile Imagemagick fine, except there is not support</div><div class="">for OpenMP. I have tried using gcc and gcc5 and gcc6 from MacPorts, but</div><div class="">that does not seem to help. I have found a document at</div><div class=""><a href="https://solarianprogrammer.com/2016/09/22/compiling-%0Agcc-6-macos/" class="">https://solarianprogrammer.com/2016/09/22/compiling- gcc-6-macos/</a> which</div><div class="">implies that gcc6 should work with the addition of a few other delegates. I did</div><div class="">install the ports for all those delegates suggested, but it still does not work.</div><div class="">The following is my configure command:</div><div class=""><br class=""></div><br class=""><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class="">./configure CC=/opt/local/lib/gcc6/gcc CXX=/opt/local/lib/gcc6/g++ \<br class="">CPPFLAGS='-I/opt/local/include' LDFLAGS='-L/opt/local/lib' \<br class="">--enable-openmp \<br class="">--enable-delegate-build --enable-shared --disable-static --disable-opencl \<br class="">--with-modules --with-quantum-depth=16 --without-wmf --with-rsvg \<br class="">--disable-silent-rules --disable-dependency-tracking --without-pango \<br class="">--with-lqr --with-gslib --with-gs-font-<br class="">dir=/opt/local/share/ghostscript/fonts/</blockquote><br class=""><br class=""><br class="">Can anyone recommend a compiler port that is compatible with Imagemagick and<br class="">OpenMP?<br class=""><br class="">Seems to me that the MacPorts ImageMagick port maintainer must be using something <div class="">to properly compile Imagemagick with OpenMP for your Imagemagick port.<br class=""><br class="">Thanks.<br class=""></div></div></body></html>