hallo,
ich will das Perl-Modul Image::Magick installieren.Ich hab noch nie ein Modul installiert und braechte deshalb dabei mal Hilfe.
so wollte ich es installieren (laut einer Beschreibung aus dem Internet):
/users/sstoeckl/tmp -> gunzip PerlMagick-6.24.tar.gz
/users/sstoeckl/tmp -> tar -xof PerlMagick-6.24.tar
/users/sstoeckl/tmp -> cd PerlMagick-6.24
/users/sstoeckl/tmp/PerlMagick-6.24 -> perl Makefile.PL
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -lMagick
Note (probably harmless): No library found for -ltiff
Note (probably harmless): No library found for -ljpeg
Note (probably harmless): No library found for -lpng
Note (probably harmless): No library found for -ldpstk
Note (probably harmless): No library found for -ldps
Note (probably harmless): No library found for -lbz2
Note (probably harmless): No library found for -lxml2
Writing Makefile for Image::Magick
/users/sstoeckl/tmp/PerlMagick-6.24 -> make
mkdir blib
mkdir blib/lib
mkdir blib/lib/Image
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Image
mkdir blib/arch/auto/Image/Magick
mkdir blib/lib/auto
mkdir blib/lib/auto/Image
mkdir blib/lib/auto/Image/Magick
mkdir blib/man3
cp Magick.pm blib/lib/Image/Magick.pm
AutoSplitting blib/lib/Image/Magick.pm (blib/lib/auto/Image/Magick)
/usr/local/bin/perl -I/usr/local/lib/perl5/5.00502/sun4-solaris -I/usr/local/lib/perl5/5.00502 /usr/local/lib/perl5/5.00502/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5.00502/ExtUtils/typemap Magick.xs >Magick.tc && mv Magick.tc Magick.c
cc -c -I../ -I.. -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/usr/include/libxml2 -I/usr/local/include -O3 -g -Wall -pthread -O -DVERSION="6.2.4" -DXS_VERSION="6.2.4" -KPIC -I/usr/local/lib/perl5/5.00502/sun4-solaris/CORE -DHAVE_CONFIG_H Magick.c
cc: Warning: option -3 passed to ld
cc: illegal option -Wall
*** Error code 1
make: Fatal error: Command failed for target `Magick.o'
/users/sstoeckl/tmp/PerlMagick-6.24 ->
Hier ist wohl irgendetwas schief gelaufen ... leider hab ich keine ahnung was :(
koennte mir vielleicht jemand erklaeren was ich falsch gemacht habe?
mfG,
steckl