Hello Bill,

Thanks for the replay.
I installed a binary of ImageMagick from
ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/ImageMagick/
binaries/
I installed ImageMagick in /usr/local

As for PerlMagick
perl Makefile.PL runs ok as does make. make test fails as does demo/make

So, right now I'm a bit stuck.

Here is the output of perl Makefile.PL and make:
[snow-white:~/Skratch/perl/PerlMagick-5.30] forest% perl Makefile.PL
Checking if your kit is complete...
Looks good
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 -lbz2
Writing Makefile for Image::Magick
[snow-white:~/Skratch/perl/PerlMagick-5.30] forest% 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/bin/perl -I/System/Library/Perl/darwin -I/System/Library/Perl 
/System/Library/Perl/ExtUtils/xsubpp  -typemap 
/System/Library/Perl/ExtUtils/typemap Magick.xs > Magick.xsc && mv 
Magick.xsc Magick.c
cc -c -I../ -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include 
-I/usr/local/include -I/usr/local/includemagick -g -pipe -pipe 
-fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -O3     
-DVERSION=\"5.30\" -DXS_VERSION=\"5.30\"  
-I/System/Library/Perl/darwin/CORE -DHAVE_CONFIG_H Magick.c
Running Mkbootstrap for Image::Magick ()
chmod 644 Magick.bs
LD_RUN_PATH="/usr/local/lib" cc -o 
blib/arch/auto/Image/Magick/Magick.bundle  -bundle -undefined suppress 
Magick.o    -L/usr/lib -L/usr/local/lib -L/usr/local/lib/ImageMagick 
-lMagick
chmod 755 blib/arch/auto/Image/Magick/Magick.bundle
cp Magick.bs blib/arch/auto/Image/Magick/Magick.bs
chmod 644 blib/arch/auto/Image/Magick/Magick.bs
Manifying blib/man3/Image::Magick.3
/usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin 
-I/System/Library/Perl Makefile.orig.PL Makefile.orig
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 -lfpx
Note (probably harmless): No library found for -lXext
Note (probably harmless): No library found for -lXt
Note (probably harmless): No library found for -lSM
Note (probably harmless): No library found for -lICE
Note (probably harmless): No library found for -lX11
Note (probably harmless): No library found for -lbz2
Writing Makefile for Image::Magick

I'm excited about getting PerlMagick running.

Thanks
Forest

On Thursday, March 29, 2001, at 09:23 PM, Bill Stephenson wrote:

> Hi Forest,
>
> Have you already got imagemagick to compile on your Mac? I would love 
> to use
> perlmagick!
>
> Keep me up to date on your progress.
> --
>
> Bill Stephenson
> www.SecureShopper.com
> 1-417-546-5593
>
>

Reply via email to