I am trying to compile this information but getting an error. I am compiling the module - Params-Util-1.07.
# make gcc -c -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_S +OURCE -Wl, +vnocompatwarnings +DAportable +DS2.0 +Z -DUSE_SITECUSTOMIZE -DNO_HASH +_SEED -D_L ARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +Onolimit +Opromote_indir +ect_calls -DVERSION=\"1.07\" -DXS_VERSION=\"1.07\" +Z "-I/opt/perl_32/lib/5. +8.8/PA-RIS C1.1-thread-multi/CORE" -DPERL_EXT Util.c gcc: +DAportable: No such file or directory gcc: +DS2.0: No such file or directory gcc: +Z: No such file or directory gcc: +Onolimit: No such file or directory gcc: +Opromote_indirect_calls: No such file or directory gcc: +Z: No such file or directory cc1: unrecognized option `-fast' *** Error exit code 1 Stop. #
Help

In reply to Compiling Module by pkhayeskp

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.