Magick++ not linking in OS X 10.8
问题 I am getting this error when I try to link my application with ImageMagick++. Undefined symbols for architecture x86_64: "Magick::Image::read(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from: ... I am using the latest OSX SDK (10.8)... and compiling to x86_64 My library was compiled this way: ./configure --disable-osx-universal-binary --without-perl --enable-shared --disable-static --without-pango --with-magick-plus-plus --with