STILL cannot build IM 6.4.0-8 Q16-HDRI on Mac OS Tiger

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

STILL cannot build IM 6.4.0-8 Q16-HDRI on Mac OS Tiger

Post by fmw42 »

./configure --enable-delegate-build --enable-shared --disable-static \
--with-modules --with-quantum-depth=16 --enable-hdri --without-wmf \
--enable-libtool-verbose --disable-dependency-tracking \
--with-gs-font-dir=/usr/local/share/ghostscript/fonts/ --with-lqr


Here is the errors at the end of the make:

/usr/bin/libtool: internal link edit command failed
make[1]: *** [magick/libMagickCore.la] Error 1
make: *** [all] Error 2

I can provide my terminal session or the config.log file if needed

Fred
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: STILL cannot build IM 6.4.0-8 Q16-HDRI on Mac OS Tiger

Post by fmw42 »

I tried using make -k -i clean and then rebuilding IM 6.4.0-8, but it still does not finish the make without errors.

/usr/bin/libtool: internal link edit command failed
make[1]: *** [magick/libMagickCore.la] Error 1
make: *** [all] Error 2


What can I provide you to help figure this out?

Did you do your test with the same configuration that I did (Q16-hdri):

./configure --enable-delegate-build --enable-shared --disable-static \
--with-modules --with-quantum-depth=16 --enable-hdri --without-wmf \
--enable-libtool-verbose --disable-dependency-tracking \
--with-gs-font-dir=/usr/local/share/ghostscript/fonts/ --with-lqr

(IM 6.4.0-7 compiles fine.)

Thanks.

Fred
Post Reply