compilation error on ubuntu 14.04
Posted: 2015-05-11T17:25:30-07:00
I followed these instructions to build ImageMagick
sudo apt-get install build-essential checkinstall && apt-get build-dep imagemagick -y
wget http://www.imagemagick.org/download/Ima ... 1-2.tar.gz
tar xzvf ImageMagick-6.9.1-2.tar.gz
cd ImageMagick-6.9.1-2/
./configure --prefix=/opt/imagemagick-6.9.1-2 && make
and get these errors at the end
CCLD magick/libMagickCore-6.Q16.la
/bin/grep: /opt/anaconda1anaconda2anaconda3/lib/libfreetype.la: No such file or directory
/bin/sed: can't read /opt/anaconda1anaconda2anaconda3/lib/libfreetype.la: No such file or directory
libtool: link: `/opt/anaconda1anaconda2anaconda3/lib/libfreetype.la' is not a valid libtool archive
make[1]: *** [magick/libMagickCore-6.Q16.la] Error 1
make[1]: Leaving directory `/home/stefan/ImageMagick-6.9.1-2'
make: *** [all] Error 2
sudo apt-get install build-essential checkinstall && apt-get build-dep imagemagick -y
wget http://www.imagemagick.org/download/Ima ... 1-2.tar.gz
tar xzvf ImageMagick-6.9.1-2.tar.gz
cd ImageMagick-6.9.1-2/
./configure --prefix=/opt/imagemagick-6.9.1-2 && make
and get these errors at the end
CCLD magick/libMagickCore-6.Q16.la
/bin/grep: /opt/anaconda1anaconda2anaconda3/lib/libfreetype.la: No such file or directory
/bin/sed: can't read /opt/anaconda1anaconda2anaconda3/lib/libfreetype.la: No such file or directory
libtool: link: `/opt/anaconda1anaconda2anaconda3/lib/libfreetype.la' is not a valid libtool archive
make[1]: *** [magick/libMagickCore-6.Q16.la] Error 1
make[1]: Leaving directory `/home/stefan/ImageMagick-6.9.1-2'
make: *** [all] Error 2