Page 1 of 1

error message on make install of IM 6.5.2-10

Posted: 2009-05-29T20:05:30-07:00
by fmw42
IM 6.5.2-10 Q16 Mac OSX Tiger

I just downloaded and installed this release and got the following error at the end of the sudo make install. I never got such messages while installing previous releases.

However, I convert -list configure does return and I can do convert rose: rose.png.

Is this error message significant?

Running Mkbootstrap for Image::Magick ()
chmod 644 Magick.bs
rm -f blib/arch/auto/Image/Magick/Magick.bundle
LD_RUN_PATH="/Users/fred/Applications/ImageMagick-6.5.2-10source/PerlMagick/../magick/.libs:/Users/fred/Applications/ImageMagick-6.5.2-10source/PerlMagick/../wand/.libs" gcc -std=gnu99 -L../magick/.libs -lMagickCore -L../wand/.libs -lMagickWand -bundle -undefined dynamic_lookup -L/usr/local/lib -L/Users/fred/Applications/ImageMagick-6.5.2-10source/magick -L/Users/fred/Applications/ImageMagick-6.5.2-10source/wand -L/usr/X11R6/lib -L/usr/local/lib -lfreetype -lz Magick.o -o blib/arch/auto/Image/Magick/Magick.bundle -L/Users/fred/Applications/ImageMagick-6.5.2-10source/PerlMagick/../magick/.libs -lMagickCore -L/Users/fred/Applications/ImageMagick-6.5.2-10source/PerlMagick/../wand/.libs -lMagickWand -lm
/usr/bin/ld: flag: -undefined dynamic_lookup can't be used with MACOSX_DEPLOYMENT_TARGET environment variable set to: 10.1
collect2: ld returned 1 exit status
make[3]: *** [blib/arch/auto/Image/Magick/Magick.bundle] Error 1
make[2]: *** [install-exec-perl] Error 2
make[1]: *** [install-am] Error 2
make: *** [install] Error 2

Re: error message on make install of IM 6.5.2-10

Posted: 2009-05-30T08:28:20-07:00
by magick
We'll release ImageMagick 6.5.3-0 with a patch for the problem you reported. Thanks.

Re: error message on make install of IM 6.5.2-10

Posted: 2009-05-30T12:22:23-07:00
by fmw42
6.5.3-0 seems to have fixed the problem. thanks