install error on linux - Magick++ failed tests

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Take a look at config.log to determine what ImageMagick did not like about your c++ compiler or c++ headers. Fix the problem and rerun the configure script until Magick++ is validated. If you don't need the C++ API you could always install without building Magick++.
Post Reply