On Thu, Apr 14, 2011 at 11:32:13AM +0800, guo-qijiang wrote:
> Hello,  When I cross compile the Perl source(5.10.1) in linux. 

Cross-compiling perl is not easy.  I would suggest trying at least the
latest stable release, 5.12.3, and perhaps even the lastest version from
git, which is reasonably stable at the moment since 5.14.0 will shortly
be released.

> I followed the README .
> 
> But the last step: make perl, I got the info :

> ./generate_uudmap uudmap.h bitcount.h
> 
> ./generate_uudmap: 1: Syntax error: word unexpected (expecting ")")
> 
> make[1]: *** [bitcount.h] Error 2
> 
> make[1]: Leaving directory `/tmp/perl-5.12.3'

Ah, so you are already using 5.12.3?  Make sure you are in a clean
directory and not getting muddled up with 5.10.1.  And you might need to
try the latest dev version then.

> how to solve this problem?
> 
> Help me, thx.

If you're having no luck and you're sure you are doing everything as per
the instructions then you can try asking on the perl5-porters mailing
list.  Be warned that you might find the answer to be that it is broken
and no one is working on fixing it.  If that is the case, and you want
to fix it, then you will find people willing to help you as much as they
can.

Good luck,

-- 
Paul Johnson - p...@pjcj.net
http://www.pjcj.net

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to