[Magick-bugs] pkg-config / Magic++-config bug
duc.sequere.aut.de.via.decede at imagemagick.org
duc.sequere.aut.de.via.decede at imagemagick.org
Fri Jan 18 16:56:29 PST 2008
> Magick++-config --libs:
> -lMagick++ -lMagick -llcms -ltiff -lfreetype -ljpeg -lfontconfig -lXext
> -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread
> -lm -lpthread -lWand -lMagick
We previously included the ImageMagick delegate libraries for both
pgk-config configuration and the *-config files. However, we got multiple
e-mails and discussion server postings suggesting this was problematic
for a number of packages that depend on ImageMagick. Now pgk-config
configuration and *-config files only return the ImageMagick related
libraries consisting of Magick, Wand, and/or Magick++. For example,
-> Magick++-config --libs
-L/usr/local/lib -lMagick++ -lWand -lMagick
The delegate libraries should be already linked into libMagick so there
should be no need to include them in the output of the --libs option.
More information about the Magick-bugs
mailing list