Folks
I'm trying to complie sybperl-2.18 on a Solaris 10 system using gcc (4.2.0) with a perl version of 5.8.8.
I'm getting the following error during the make
Can anybody shed some light on what might be wrong ?
gcc -c -I/opt/sybase/software/OCS/12_5_EBF12505/OCS-12_5/include -fn +o-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/in +clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTE +NV -DPERL_USE_SAFE_PUTENV -DPERL_USE_SAFE_PUTENV -DPERL_USE_SAFE_PUTE +NV -DPERL_USE_SAFE_PUTENV -DPERL_USE_SAFE_PUTENV -DPERL_USE_SAFE_PUTE +NV -DPERL_USE_SAFE_PUTENV -DPERL_USE_SAFE_PUTENV -O -DVERSION=\"2. +18\" -DXS_VERSION=\"2.18\" -fPIC "-I/opt/database/software/perlsrc/p +erlbld/lib/5.8.8/sun4-solaris/CORE" -DDBLIBVS=1000 -DSYBPLVER='"2.18 +"' -DDO_TIE DBlib.c Assertion failed: tp_to_be_modified->op == IR_ASSIGN, file ../src/cond +_expr.c, line 2814 gcc: Internal error: Abort (program iropt) Please submit a full bug report to <URL:http://forum.java.sun.com/forum.jspa?forumID=905>. *** Error code 1 make: Fatal error: Command failed for target `DBlib.o' Current working directory /opt/database/software/perlsrc/sybperl-2.18/ +DBlib *** Error code 1 The following command caused the error: cd DBlib && make -f Makefile all LIBPERL_A="libperl.a" LINKTYPE="dynam +ic" OPTIMIZE="-O" PREFIX="/opt/database/software/perlsrc/perlbld" make: Fatal error: Command failed for target `subdirs'

In reply to sybperl compile error by Anonymous Monk

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.