I am trying to get ImageMagick up and running on my FC15 laptop. I've done this before without issue (on FC14). But now when I try to run "make" for ImageMagick it throws an error and fails. This is for ImageMagick 6.6.5, although I get the exact same error on 6.6.4 as well.
magick/xwindow.c:7491:1: internal compiler error: in new_elt_loc_list, at cselib.c:238
Here's my gcc information, from rpm -qa gcc\*
gcc-4.6.0-10.fc15.x86_64
gcc-c++-4.6.0-10.fc15.x86_64
gcc-java-4.6.0-10.fc15.x86_64
configure runs fine. I can't say if the RMagick make works or not since I can't configure it without ImageMagick installed first. I don't recall anything else having a similar problem.
It is similar to this bug:
https://bugzilla.redhat.com/show_bug.cgi?id=715336 (Except that person appears to be using FC16 packages). The solution there was to update GCC to 4.6.1. It doesn't quite seem right that I would need to upgrade GCC to install an older version of ImageMagick, especially when it worked fine in FC14 (I'm assuming FC14 to FC15 didn't for some reason go backwards in the versions of its compilers). And if I do need to do that, I'm not positive how. There's a FC15 gcc 4.6.1 package here:
http://s390.koji.fedoraproject.org/k...?buildID=74356 I'm not sure how to install that to replace 4.6.0, though.