Problem compiling ImageMagick.tar.gz on Solaris10

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
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Problem compiling ImageMagick.tar.gz on Solaris10

Post 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.
Post Reply