Compiling ImageMagick with jpeg delegate
Posted: 2016-10-04T08:33:04-07:00
I am unable to compile ImageMagick with the JPEG delegate. Specifically, when I run the configure script:
I get the following output:
I don't understand this failure. I have the the libjpeg-dev library which I installed using:
Code: Select all
./configure --enable-bounds-checking --enable-efence --with-jpeg
Code: Select all
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_read_header in -ljpeg... no
JPEG v1 --with-jpeg=yes no (failed tests)
Code: Select all
sudo apt-get install libjpeg-dev