Page 1 of 1

Re: Problem compiling ImageMagick.tar.gz on Solaris10

Posted: 2007-06-06T06:57:06-07:00
by magick
Your perl installation was build with the SUN CC compiler and ImageMagick is being built with gcc. Use the SUN CC compiler or have perl generate gcc command options (gcc uses -fPIC rather than -KPIC) or hand edit your Makefile to be compatible with gcc.