Search found 1 match

by PartPangolin
2017-06-12T17:37:59-07:00
Forum: Magick++
Topic: Having trouble finding -lmagick++
Replies: 1
Views: 17835

Having trouble finding -lmagick++

Hello!

I'm currently trying to get a simple c++ code to compile with the Magick++ API. The actual code I'm comipling is dirt simple. Just a "hello world" with #include Magick++.h at the top.

The problem is that the compiler cant seem to find -lMagick++. See the error below

ImageMagick was ...