I'm so sorry . I found that command "patch" is not in my system. - -! this time , i install the "patch 2.6 ". but, when i use "make patch " the terminal show this:
root@guo-qijiang-desktop:/tmp/perl-5.10.1/Cross# make patch cd .. ; if [ ! -e ./CROSS_PATCHED ] ; then \ patch -p1 < Cross/Makefile.SH.patch; \ patch -p1 < Cross/installperl.patch ; mv installperl installpe +rl-patched; \ sed -e 's/XXSTRIPXX/arm-linux/' installperl-patched > installp +erl; \ touch CROSS_PATCHED ; fi patching file Makefile.SH Hunk #1 succeeded at 160 (offset 31 lines). Hunk #2 FAILED at 378. Hunk #3 succeeded at 548 with fuzz 2 (offset 158 lines). Hunk #4 FAILED at 568. Hunk #5 FAILED at 576. Hunk #6 succeeded at 973 with fuzz 1 (offset 230 lines). Hunk #7 FAILED at 752. Hunk #8 FAILED at 826. Hunk #9 FAILED at 939. Hunk #10 succeeded at 1347 (offset 257 lines). Hunk #11 succeeded at 1461 with fuzz 2 (offset 258 lines). 6 out of 11 hunks FAILED -- saving rejects to file Makefile.SH.rej patching file installperl Hunk #1 FAILED at 3. Hunk #2 succeeded at 881 with fuzz 2 (offset -65 lines). 1 out of 2 hunks FAILED -- saving rejects to file installperl.rej

In reply to Re^2: perl in arm-linux cross compile failure! by gqjjqg
in thread perl in arm-linux cross compile failure! by gqjjqg

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.