odd warning IM 6.5.3

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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

odd warning IM 6.5.3

Post by fmw42 »

I just wanted to bring this to your attention in case there is anything significant about it.

I am getting an odd warning at the end of the make in IM 6.5.3-x Mac OSX Tiger, for each new compile of IM for the last few releases that was not there in older releases (that I recall). But I don't know exactly when it started.

"/usr/bin/ld: warning -L: directory name (/usr/local/lib/lqr-1) does not exist"

This seems to have no effect as a test of -liquid-rescale seems to work fine.

So if this directory is not used/needed, why is there a warning?


P.S.

Is there any update on viewtopic.php?f=3&t=13894 as I have not seen any reply, yet. Any verification of this? Is it a bug?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: odd warning IM 6.5.3

Post by magick »

We recently updated the automake files to the 11.1 release. Its possible its throwing the excepton. However, since its a warning we assume it can be safely ignored.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: odd warning IM 6.5.3

Post by fmw42 »

magick wrote:We recently updated the automake files to the 11.1 release. Its possible its throwing the excepton. However, since its a warning we assume it can be safely ignored.

That appears to be the case as liquid-rescale runs fine.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: odd warning IM 6.5.3

Post by anthony »

It may be something particular about the linker program "ld" under MacOSX.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply