I'm trying to build 5.8 on my sun box. I can't seem to install modules unless I build perl with gcc. I keep getting these errors during make test. Any advise?
make[1]: Entering directory `/export/home/mhearse/perl-5.8.1/ext/threa +ds/shared' make[1]: Leaving directory `/export/home/mhearse/perl-5.8.1/ext/thread +s/shared' PERL=./perl make _test_prep make[1]: Entering directory `/export/home/mhearse/perl-5.8.1' cd t && (rm -f ./perl; /usr/bin/ln -s .././perl ./perl) make[1]: Leaving directory `/export/home/mhearse/perl-5.8.1' PERL=./perl make _test make[1]: Entering directory `/export/home/mhearse/perl-5.8.1' if (true </dev/tty) >/dev/null 2>&1; then \ make TEST_ARGS= TESTFILE=TEST _test_tty ; \ else \ make TEST_ARGS= TESTFILE=TEST _test_notty ; \ fi make[2]: Entering directory `/export/home/mhearse/perl-5.8.1' cd t && ./perl TEST </dev/tty Illegal Instruction - core dumped make[2]: *** [_test_tty] Error 132 make[2]: Leaving directory `/export/home/mhearse/perl-5.8.1' make[1]: *** [_test] Error 2 make[1]: Leaving directory `/export/home/mhearse/perl-5.8.1' make: *** [test] Error 2 lightnin#

In reply to Help building 5.8 on Solaris by mhearse

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.