Page 1 of 1

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

Posted: 2008-04-21T11:13:28-07:00
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

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

Posted: 2008-04-21T19:05:18-07:00
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