compiling ImageMagick source on CentOS 5.x
Posted: 2012-03-10T14:41:53-07:00
It appears that a few people have had issues compiling ImageMagick on CentOS 5.x.
CentOS 5.x, like it's parent RedHat 5.x, has a 4.1 series gcc. Apparently, OpenMP support made a big leap forward starting with gcc 4.2.2.
A 4.4 series gcc is available on the most recent CentOS/RedHat 5.x through gcc44.
Could the fix be as simple as setting cc to point to gcc44 instead of the default gcc?
Anybody else has issues/solutions?
CentOS 5.x, like it's parent RedHat 5.x, has a 4.1 series gcc. Apparently, OpenMP support made a big leap forward starting with gcc 4.2.2.
A 4.4 series gcc is available on the most recent CentOS/RedHat 5.x through gcc44.
Could the fix be as simple as setting cc to point to gcc44 instead of the default gcc?
Anybody else has issues/solutions?