'make' error on Mac 10.7.4
Posted: 2013-04-21T20:15:25-07:00
I followed the instructions on this link http://www.imagemagick.org/script/install-source.php to try to install ImageMagick on my mac. Everything works ok until the make step, where i see an error like this :
Undefined symbols for architecture x86_64:
"_png_set_check_for_invalid_index", referenced from:
_WriteOnePNGImage in magick_libMagickCore_6_Q16_la-png.o
_ReadOnePNGImage in magick_libMagickCore_6_Q16_la-png.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[2]: *** [magick/libMagickCore-6.Q16.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I tried disabling openCL and making without fpx, but both those dint work!
Anyone with a solution for this? It would be of great help!
Undefined symbols for architecture x86_64:
"_png_set_check_for_invalid_index", referenced from:
_WriteOnePNGImage in magick_libMagickCore_6_Q16_la-png.o
_ReadOnePNGImage in magick_libMagickCore_6_Q16_la-png.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[2]: *** [magick/libMagickCore-6.Q16.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I tried disabling openCL and making without fpx, but both those dint work!
Anyone with a solution for this? It would be of great help!