There is no patch, what patch you talking about?

? http://perl5.git.perl.org/perl.git/shortlog/436ead35c86d598eff4ebdaa79725ea1f36e56fc ?

This is just a documentation change in 5.14.2

Or ?SMOKE436ead35c86d598eff4ebdaa79725ea1f36e56fc?

I'm pretty sure this is only the result of running configure for the automated smoke testing, not actual changes to 5.14.2 -- if they were, i'm sure http://search.cpan.org/~tonyc/ would have pushed the changes upstream

Unfortunately I don't understand enough about perl to code the cross compiling information in the first reply

README.new tells you to read README, which has some instruction, and also tells you to read INSTALL, and round and round we go :)

So try one of those instructions and see if they work for you.

If they don't, try

http://www.gossamer-threads.com/lists/perl/porters/238027# Problem in Cross-compile

Given that gcc can be cross compiled, the approach I would take (yes, seriously) is to cross compile a native gcc (and binutils and make) and then build locally. Yes, the actual build might take a day or more. But that's less than the "few days" you've already spent.

In reply to Re^4: Cross Compile Problem? by Anonymous Monk
in thread Cross Compile Problem? by compused

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.