Compile failed for 6.4.5 on AIX

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
beppecosta

Compile failed for 6.4.5 on AIX

Post by beppecosta »

I'm trying to update my 6.2.3 (already successfully compiled from sources on this machine) to the 6.4.5 but I get an error (that has already been reported on this forum but I've not found any solution.

Does someone can help me ?

Thanks.
Giuseppe.


coders/viff.c: In function 'ReadVIFFImage':
coders/viff.c:139: internal compiler error: in fold_convert, at fold-const.c:1922
Please submit a full bug report, with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[1]: *** [coders/magick_libMagickCore_la-viff.lo] Error 1
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Compile failed for 6.4.5 on AIX

Post by magick »

There is a bug in your compiler. Try upgrading your compiler. If you cannot, try reducing the optimization to -O and if that fails try no optimization.
Post Reply