Configure issue OSX 10.6.6 - ImageMagick 6.6.8-1

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
chlowden
Posts: 1
Joined: 2011-03-05T07:42:03-07:00
Authentication code: 8675308

Configure issue OSX 10.6.6 - ImageMagick 6.6.8-1

Post by chlowden »

Hello
I am struggling with ./configure on numerous OSX 10.6.6 machine. I seem to always get the error below, whatever the machine I try on OSX 10.6.6. I follow the instructions religiously (not that they are very complicated). Anyone have any idea why I am stumbling and how to rectify it?
Thank you

PS. Is there a simple way to install the OSX installation version ImageMagick-x86_64-apple-darwin10.6.0.tar.gz ? It tried copying the files into the corresponding files on my system but I get errors when I run commands .


LowdenINTEL:ImageMagick-6.6.8-1 christ$ ./configure
configuring ImageMagick 6.6.8-1
checking build system type... i386-apple-darwin10.6.0
checking host system type... i386-apple-darwin10.6.0
checking target system type... i386-apple-darwin10.6.0
checking whether build environment is sane... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... no
checking for style of include used by make... none
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/ImageMagick-6.6.8-1':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
LowdenINTEL:ImageMagick-6.6.8-1 christ$
Post Reply