Hello! I'd like to be able to incorporate Magick++ into Eclipe, preferable as a static library.
The command I'm currently using to compile (from the command line) is this: g++ `Magick++-config --cflags --cppflags` -o $1 $1.cpp `Magick++-config --ldflags --libs` Which I believe is using dynamic libraries. How does this command work? Where does the configuration file live? Most of all, how can this be used to create a static (ends with .a) library? Any advice will be greatly appreciated! _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
