ImageMagick on Ubuntu 6.10 (Edgy Eft)

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
myspacee
Posts: 153
Joined: 2007-06-14T02:09:35-07:00

ImageMagick on Ubuntu 6.10 (Edgy Eft)

Post by myspacee »

Hello,
Very hard to have ImageMagick on Ubuntu 6.10 (Edgy Eft)

read 40 post and all documentation on ImageMagick official site but no luck...

My machine is a linux box, LAMP installation, without graphical interface.

my steps:
- download ImageMagick.tar.gz
- decompress
- ./configure

give this error :
_________________________________________________
root@edweb01:/etc/ImageMagick-6.3.4# ./configure
configuring ImageMagick 6.3.4
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking whether build environment is sane... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
_________________________________________________________________________________
Find some usefull here http://www2.russbrooks.com:8080/2007/4/ ... tu-kubuntu
where explain that the problem regarding missing GhostScript fonts, but also his solution
contains a path that doesn't exist. (or maybe something missing...)

Try to link attachment posted on ubuntu forum :
http://ubuntuforums.org/attachment.php? ... 1181721647

or in alternative link to my original post :
http://ubuntuforums.org/showthread.php? ... ost2834458

Can anyone can help me?

thank you for any reply
jamiequint

Re: ImageMagick on Ubuntu 6.10 (Edgy Eft)

Post by jamiequint »

See config.log for more details :D

Looks like a problem with your compiler.
Post Reply