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.
MacOSX install fails
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: MacOSX install fails
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.warning: Could not find object file "/Users/cristy/ImageMagick-6.8.0-4/utilities/convert.o" - no debug information available
Did you follow the instructions at http://www.imagemagick.org/script/binar ... php#macosx
Re: MacOSX install fails
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.
Also, check out Mac Ports. It has ImageMagick builds for Lion, Leopard, and Tiger.