My appologies if this question is out of context, but I couldn't find any appropriate discussion forum for this. I am trying to install perl 5.8.8 on AIX 5.3 and run into this make error. I have tried both the AIX make as well as the gmake, both result in the following error. Any help will be appreciated.
root @ hostname: /syshome/userid/perl-5.8.8 => gmake AutoSplitting perl library ./miniperl -Ilib -e 'use AutoSplit; \ autosplit_lib_modules(@ARGV)' lib/*.pm ./miniperl -Ilib -e 'use AutoSplit; \ autosplit_lib_modules(@ARGV)' lib/*/*.pm gmake lib/re.pm gmake[1]: Entering directory `/syshome/userid/perl-5.8.8' gmake[1]: `lib/re.pm' is up to date. gmake[1]: Leaving directory `/syshome/userid/perl-5.8.8' Making DynaLoader (static) gmake[1]: Entering directory `/syshome/userid/perl-5.8.8/ext/DynaLoade +r' gmake[1]: Leaving directory `/syshome/userid/perl-5.8.8/ext/DynaLoader +' gmake[1]: Entering directory `/syshome/userid/perl-5.8.8/ext/DynaLoade +r' gmake[1]: Leaving directory `/syshome/userid/perl-5.8.8/ext/DynaLoader +' gcc -o perl -L/usr/local/lib -bE:perl.exp perlmain.o lib/auto/DynaLoa +der/DynaLoader.a libperl.a `cat ext.libs` -lbind -lnsl -ldl -lld -lm + -lcrypt -lc -lbsd gcc: '-b' must come at the start of the command line gmake: *** [perl] Error 1 root @ host: /syshome/userid/perl-5.8.8 =>

In reply to trouble compiling perl 5.8.8 on AIX 5.3 by ark40

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.