Page 1 of 1

MacOSX install fails

Posted: 2012-11-01T12:33:33-07:00
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.

Re: MacOSX install fails

Posted: 2012-11-01T13:52:08-07:00
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

Re: MacOSX install fails

Posted: 2012-11-02T05:19:17-07:00
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.