Thanks again for the information. Your instructions were clear in the previous post, it is just that, even though ghostscript is installed (and properly, as far as I can tell), ImageMagick is not finding it when I make it from the source. I specified where the fonts are as per your instructions and ImageMagick seems to find those, but even setting the "--with-gslib" flag, ImageMagick acknowledges in the output generated by the "configure" command that I set the flag, but still indicates that it does not see the ghostscript libraries, and therefore my DELEGATES list does not contain "gs" once the install is through.
For now, I am using ghostscript directly to make the conversions, and after I will revisit this issue and try to re-install ghostscript to see if ImageMagick can find it. I am wondering if I can explicitly tell ImageMagick where to look for the ghostscript libraries via the configure options, just like you can explicitly point it to the ghostscript fonts.
At any rate, I appreciate the help, and I will post in this thread again if I find a way to reinstall ghostscript and get IM to see it.
EDIT:
Also, looking in the "config.log" directory for IM, I find these entries:
Code: Select all
configure:29092: checking for Ghostscript
configure:29094: result:
configure:29099: checking ghostscript/iapi.h usability
configure:29099: gcc -std=gnu99 -std=gnu99 -c -fopenmp -g -O2 -Wall -pthread -I/home/ellisju/Downloads/ImageMagick-6.7.5-0/magick -I/home/ellisju/Downloads/ImageMagick-6.7.5-0/wand conftest.c >&5
conftest.c:272:30: fatal error: ghostscript/iapi.h: No such file or directory
compilation terminated.
Again, I think IM simply does not know where to locate my gs installation.