octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GraphicsMagick linkage error on Mac OS X 10.9


From: Pantxo
Subject: Re: GraphicsMagick linkage error on Mac OS X 10.9
Date: Sat, 11 Jan 2014 07:06:21 -0800 (PST)

I have the exact same issue. I think it may be related to the stdlib against
which graphicsmagick is linked as explained in this thread [1].  Using fink
for dependencies I can see that libc++ is used instead of libstdc++:
$otool -L otool -L /sw/lib/libGraphicsMagick++-Q32.3.dylib
/sw/lib/libGraphicsMagick++-Q32.3.dylib:
        /sw/lib/libGraphicsMagick++-Q32.3.dylib (compatibility version 10.0.0,
current version 10.2.0)
        /sw/lib/libGraphicsMagick-Q32.3.dylib (compatibility version 15.0.0,
current version 15.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version
1197.1.1)
        /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
120.0.0)

If "otool -L" gives you the same result, could you try as suggested in the
thread, to recompile GraphicsMagick using -stdlib=libstdc++ flag.


[1]
http://stackoverflow.com/questions/20342896/solved-qt5-1-qt5-2-mac-os-10-9-mavericks-xcode-5-0-2-undefined-symbols



--
View this message in context: 
http://octave.1599824.n4.nabble.com/GraphicsMagick-linkage-error-on-Mac-OS-X-10-9-tp4660948p4660952.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]