I have here a simple image converter code using Magick++(ImageMagick interface) library.(Eclipse IDE)
#include
#include
#inclu
Try inverting the Magick libraries, add the MagickWand
library (and put libz and other base image libraries at the end, and the dynamic linker library while you're at it):
... -lpthread -lMagick++ -lMagickWand -lMagickCore -lz -ldl
See Linker Order - GCC for why the order of static libraries matters.