Output of "MagickCore-config --libs"

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

Output of "MagickCore-config --libs"

Post by naoliv »

Hi!

Is it normal to have the same output if using "Magick-config --libs", "MagickWand-config --libs" and "MagickCore-config --libs"?
With all the 3 I get "-L/usr/lib -lMagickWand -lMagickCore" here. Shouldn't "MagickCore-config --libs" output "-L/usr/lib -lMagickCore" and "MagickWand-config --libs" output "-L/usr/lib -lMagickWand"?
Or they all depend on each other?

BTW, is it a way to get only "-L/usr/lib -lMagickCore" by using any of the -config programs, please?

Thank you!
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Output of "MagickCore-config --libs"

Post by magick »

The problem you reported is fixed in the current ImageMagick release, 6.4.1-3.
Post Reply