ark40 has asked for the wisdom of the Perl Monks concerning the following question:
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 =>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: trouble compiling perl 5.8.8 on AIX 5.3
by socketdave (Curate) on May 26, 2006 at 15:33 UTC | |
by ark40 (Initiate) on May 26, 2006 at 19:03 UTC | |
by socketdave (Curate) on May 26, 2006 at 20:03 UTC | |
by ark40 (Initiate) on May 30, 2006 at 15:14 UTC | |
by gellyfish (Monsignor) on May 30, 2006 at 15:20 UTC | |
|