Missing magickcore deps on libm

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
broucaries
Posts: 467
Joined: 2008-12-21T11:51:10-07:00

Missing magickcore deps on libm

Post by broucaries »

Hi,

You miss libmath depends. You add to public headers inline function that calls pow().

Thus you need -lm.

I have a patch for it seend to usual mail adress
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Missing magickcore deps on libm

Post by magick »

Got it. We apply it to the next point release of ImageMagick. Thanks.
Post Reply