Search found 1 match
- 2014-10-23T09:55:35-07:00
- Forum: Magick++
- Topic: Image(string) link issue
- Replies: 0
- Views: 8996
Image(string) link issue
I'm having an issue when linking Magick++ code with g++ 4.7.4 on FreeBSD 10.1. The link step complains: undefined reference to `Magick::Image::Image(std::string const&)' when I try to instantiate an Image with a filename. Here's the trivial code snippet that generates this error: #include "Magick ...