Making Problem
Posted: 2009-03-20T09:21:19-07:00
I am having some trouble installing ImageMagick on my Ubuntu Server 8.10 system. I am trying to install the latest version, 6.5.0-1, from source. The Ubuntu repositories have version 7:6.3.7.9.dfsg1-2ubuntu3 (intrepid), but I need to use SetPixel from PerlMagick, which doesn't work in that old version. The ./configure works OK, but the trouble comes when I try to do the make. It goes through a bunch of it, then freezes at the lineAnd by freeze, I mean it just stops scrolling up anything else. I've waited through 10 minutes, with it not doing anything. If I hit Ctrl-C, I getI'm not sure if that error 1 is from my inturrupting it or not. If I run make again, it goes right back to that freezing line immediately. If I do the ./configure over again, then do the make again, it goes through everything all over again like it did originally, then feezes at that line.
Does anybody know why this might be happening?
BTW, I used this same process on my Ubuntu 8.10 (not server) system, and it worked just fine.
Code: Select all
/bin/bash ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -fopenmp -g -O2 -Wall -W -pthread -MT wand/wand_libMagickWand_la-mogrify.lo -MD -MP -MF wand/.deps/wand_libMagickWand_la-mogrify.Tpo -c -o wand/wand_libMagickWand_la-mogrify.lo `test -f 'wand/mogrify.c' || echo './'`wand/mogrify.c
Code: Select all
make[1]: *** [wand/wand_libMagickWand_la-mogrify.lo] Error 1
make: *** [all] Interrupt
Does anybody know why this might be happening?
BTW, I used this same process on my Ubuntu 8.10 (not server) system, and it worked just fine.