Search found 2 matches

by modou
2011-01-26T07:17:19-07:00
Forum: Users
Topic: [solved]problem with Magick++-config
Replies: 1
Views: 3535

Re: problem with Magick++-config

It work!

i used this command :

Code: Select all

g++ -lMagick++ -O2 -o main main.cpp
But, i think that there's a problem in the documentation at this page http://www.imagemagick.org/Magick++/ :(
by modou
2011-01-26T05:47:52-07:00
Forum: Users
Topic: [solved]problem with Magick++-config
Replies: 1
Views: 3535

[solved]problem with Magick++-config

Hi, I'm a new user of api magick++, but when a try to compile a simple file with this command g++ -O2 -o main main.cpp 'Magick++-config --cflags --cppflags --ldflags --libs' , i get this error : g++: Magick++-config --cflags --cppflags --ldflags --libs : No file or directory of this type . And ...