develooper Front page | perl.perl5.porters | Postings from May 2008

Re: [perl #55038] Problem with porting perl on Armel

From:
Bram
Date:
May 30, 2008 03:27
Subject:
Re: [perl #55038] Problem with porting perl on Armel
Message ID:
20080530122600.q0d76up7k0s4k0g4@horde.wizbit.be
Quoting devendra purbiya <devendra.purbiya@gmail.com>:

> Hi Bram,
>    I tried to run ./perl harness -v, and below is the result I get. Also I
> am using arm-v5te-linux-gnueabi cross compiler.


Can you run:

./perl -wle 'print "\$^X = $^X";print $^X =~ m/\s/ ? qq{"$^X"} : $^X;'

And:

./perl harness -v ../ext/B/t/lint.t

And:

./perl -I../lib -MO=Lint -e '$foo = @bar';


And:

export PERL_RUNPERL_DEBUG=1
./perl harness -v ../ext/B/t/lint.t


Kind regards,

Bram






nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About