[magick-users] How to incorporate into EasyEclipse as static
library?
jack nimble
jackbenimble999 at gmail.com
Thu Jan 24 04:08:55 PST 2008
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!
More information about the Magick-users
mailing list