error running ./configure while installing imagemagick

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
rara00

error running ./configure while installing imagemagick

Post by rara00 »

Hi,

I am trying to install Imagemagick-6.5.2-8 and PerlMagick 6.4.0 on fedora.

when i do a ./configure after cd ImageMagick, i get this error

configure: error: no acceptable ld found in $PATH

I tried adding /usr/bin/ld to $PATH
but the same error persists.below is the output of ./configure.


./configure
configuring ImageMagick 6.5.2-8
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking whether build environment is sane... yes
checking for a BSD-compatible install... /usr/SUE/bin/install -c
checking for a thread-safe mkdir -p... /usr/SUE/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for a sed that does not truncate output... /usr/SUE/bin/sed
checking for grep that handles long lines and -e... /usr/SUE/bin/grep
checking for egrep... /usr/SUE/bin/grep -E
checking for fgrep... /usr/SUE/bin/grep -F
checking for ld used by gcc -std=gnu99... /pkg/.local/lpkgs01/gnu-gcc-/4.1.1/x86_64-linux2.6/bin/../lib/gcc/x86_64-pc-linux/4.1.1/../../../../x86_64-pc-linux/bin/ld: no input files
./configure: line 5619: : command not found
no
configure: error: no acceptable ld found in $PATH


i am stuck at this.Pointers to installing Imagemagick and Perlmagick on linux will be really helpful.

Thanks in advance
Post Reply