MacOSX install fails

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
ari
Posts: 1
Joined: 2012-10-30T22:35:36-07:00
Authentication code: 67789

MacOSX install fails

Post by ari »

Hi there,

I'm trying to install via the MacOSX binary* and every command in every form returns a segmentation fault. When I run it through gdb, I notice the following:

warning: Could not find object file "/Users/cristy/ImageMagick-6.8.0-4/utilities/convert.o" - no debug information available for "convert.c".

Who's /Users/cristy? I'm no expert but does that mean that it was compiled incorrectly?

Thanks,

Ari

* I didn't want to use MacPorts since I don't use it for anything else and there was the option not too.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: MacOSX install fails

Post by fmw42 »

warning: Could not find object file "/Users/cristy/ImageMagick-6.8.0-4/utilities/convert.o" - no debug information available
Looks like you got something coded specifically for Cristy's directory path. I am not sure if that is an error in compile or some error on your end. The IM developer (Cristy) will have to respond.

Did you follow the instructions at http://www.imagemagick.org/script/binar ... php#macosx
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: MacOSX install fails

Post by magick »

The precompiled ImageMagick distribution runs under Mountain Lion. Don't forget to the DYLD_LIBRARY_PATH environment variable.

Also, check out Mac Ports. It has ImageMagick builds for Lion, Leopard, and Tiger.
Post Reply