After the command

perl -MCPAN -e shell I run the following commands

get Image::Magick

The source files were downloaded properly.

On Running the command make I get the following errors:

Need some advice. The installed version of perl is not currently
supporting multithreading.

Thanks in advance.

Philip

make Image::Magick
Running make for module Image::Magick
Running make for J/JC/JCRISTY/PerlMagick-6.20.tar.gz
  Is already unwrapped into directory /.cpan/build/PerlMagick-6.20

  CPAN.pm: Going to build J/JC/JCRISTY/PerlMagick-6.20.tar.gz

Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -lMagick
Note (probably harmless): No library found for -lfreetype
Note (probably harmless): No library found for -llcms
Note (probably harmless): No library found for -ltiff
Note (probably harmless): No library found for -lfreetype
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 -lxml2
Writing Makefile for Image::Magick
cp Magick.pm blib/lib/Image/Magick.pm
AutoSplitting blib/lib/Image/Magick.pm (blib/lib/auto/Image/Magick)
/usr/local/bin/perl /usr/local/lib/perl5/5.8.6/ExtUtils/xsubpp  -typemap
/usr/local/lib/perl5/5.8.6/ExtUtils/typemap  Magick.xs > Magick.xsc &&
mv Magick.xsc Magick.c
gcc -c  -I../ -I.. -I/usr/include/freetype2 -I/usr/X11R6/include
-I/usr/X11R6/include/X11 -I/usr/include/libxml2  -fno-strict-aliasing
-pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g
-O2 -Wall -pthread -O    -DVERSION=\"6.2.0\"  -DXS_VERSION=\"6.2.0\"
-fPIC "-I/usr/local/lib/perl5/5.8.6/sun4-solaris/CORE"
-D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H Magick.c
gcc: unrecognized option `-pthread'
Magick.xs:63:24: magick/api.h: No such file or directory
Magick.xs:152: error: parse error before "MagickRealType"
Magick.xs:152: warning: no semicolon at end of struct or union
Magick.xs:159: error: parse error before '*' token
Magick.xs:159: warning: type defaults to `int' in declaration of
`image_reference'
Magick.xs:159: warning: data definition has no type or storage class
Magick.xs:169: error: parse error before '}' token
Magick.xs:173: error: parse error before "ImageInfo"
Magick.xs:173: warning: no semicolon at end of struct or union
Magick.xs:177: warning: type defaults to `int' in declaration of
`draw_info'
Magick.xs:177: warning: data definition has no type or storage class
Magick.xs:180: error: parse error before '*' token
Magick.xs:180: warning: type defaults to `int' in declaration of
`quantize_info'
Magick.xs:180: warning: data definition has no type or storage class
Magick.xs:181: error: parse error before '}' token
Magick.xs:201: error: `MagickNoiseOptions' undeclared here (not in a
function)
Magick.xs:201: error: initializer element is not constant
Magick.xs:201: error: (near initialization for
`Methods[2].arguments[0].type')
Magick.xs:201: error: initializer element is not constant
Magick.xs:201: error: (near initialization for
`Methods[2].arguments[0]')
Magick.xs:201: error: initializer element is not constant
Magick.xs:201: error: (near initialization for `Methods[2].arguments')
Magick.xs:201: error: initializer element is not constant
Magick.xs:201: error: (near initialization for `Methods[2]')
Magick.xs:202: error: initializer element is not constant
Magick.xs:202: error: (near initialization for
`Methods[3].arguments[0]')
Magick.xs:202: error: initializer element is not constant
Magick.xs:202: error: (near initialization for
`Methods[3].arguments[1]')
Magick.xs:202: error: initializer element is not constant
Magick.xs:202: error: (near initialization for `Methods[3].arguments')
Magick.xs:202: error: initializer element is not constant
Magick.xs:202: error: (near initialization for `Methods[3]')
Magick.xs:203: error: initializer element is not constant
Magick.xs:203: error: (near initialization for
`Methods[4].arguments[0]')
Magick.xs:203: error: initializer element is not constant
Magick.xs:203: error: (near initialization for
`Methods[4].arguments[1]')
Magick.xs:204: error: initializer element is not constant
Magick.xs:204: error: (near initialization for
`Methods[4].arguments[2]')
Magick.xs:204: error: initializer element is not constant
Magick.xs:204: error: (near initialization for
`Methods[4].arguments[3]')
Magick.xs:205: error: initializer element is not constant
Magick.xs:205: error: (near initialization for
`Methods[4].arguments[4]')
Magick.xs:205: error: `MagickCompositeOptions' undeclared here (not in a
function)
Magick.xs:205: error: initializer element is not constant
Magick.xs:205: error: (near initialization for
`Methods[4].arguments[5].type')
Magick.xs:205: error: initializer element is not constant

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to