ImageMagic 6.3.7-3 build fails on AIX 5.2

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
pmarvin

ImageMagic 6.3.7-3 build fails on AIX 5.2

Post by pmarvin »

/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./config -I./ltdl -I./ltdl -I/opt/freeware/include/freetype2 -I/opt/freeware/include -I/opt/freeware/include/libxml2 -g -O2 -Wall -W -D_THREAD_SAFE -MT coders/magick_libMagick_la-viff.lo -MD -MP -MF coders/.deps/magick_libMagick_la-viff.Tpo -c -o coders/magick_libMagick_la-viff.lo `test -f 'coders/viff.c' || echo './'`coders/viff.c
coders/viff.c: In function 'ReadVIFFImage':
coders/viff.c:138: 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.
make[1]: *** [coders/magick_libMagick_la-viff.lo] Error 1
make[1]: Leaving directory `/opt/app/php/ImageMagick-6.3.7'
make: *** [all] Error 2
@chbuxa01(wikimin):/opt/app/php/ImageMagick-6.3.7
$ gcc --version
gcc (GCC) 4.0.0
Copyright (C) 2005 Free Software Foundation, Inc.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: ImageMagic 6.3.7-3 build fails on AIX 5.2

Post by magick »

That's a bug in gcc. Can't help you with that.
Post Reply