On Tue, September 13, 2005 6:23 am, Xavier Ottolini wrote:
> Hi all,
>
> I am a newbee with perl. I try to install the Scalar::Util module with
> CPAN. I get an error during the operation. Her is the message :
>


> /usr/bin/perl -Iinc -I/usr/lib/perl5/5.6.0/i386-linux
> -I/usr/lib/perl5/5.6.0 /usr/lib/perl5/5.6.0/ExtUtils/xsubpp  -typemap
> /usr/lib/perl5/5.6.0/ExtUtils/typemap Util.xs > Util.xsc && mv Util.xsc
> Util.c

Something is wrong there. The Makefile.PL should add -typemap mytypemap
to the xsubpp args for perl prior to 5.6.1

Can you run

  grep XSUBPP_EXTRA_ARGS Makefile

Graham.


Reply via email to