Subject: | HP-UX 11.11 make is broken |
When trying to make, I get the following output:
make
cp lib/PAR/Packer.pm blib/lib/PAR/Packer.pm
cp lib/PAR/Filter/PodStrip.pm blib/lib/PAR/Filter/PodStrip.pm
cp lib/PAR/Filter/Obfuscate.pm blib/lib/PAR/Filter/Obfuscate.pm
cp lib/App/Packer/PAR.pm blib/lib/App/Packer/PAR.pm
cp lib/PAR/Filter.pm blib/lib/PAR/Filter.pm
cp lib/PAR.pm blib/lib/PAR.pm
cp lib/PAR/Filter/PatchContent.pm blib/lib/PAR/Filter/PatchContent.pm
cp lib/PAR/Filter/Bytecode.pm blib/lib/PAR/Filter/Bytecode.pm
cp lib/PAR/Tutorial.pod blib/lib/PAR/Tutorial.pod
cp lib/PAR/FAQ.pod blib/lib/PAR/FAQ.pod
cp lib/PAR/Heavy.pm blib/lib/PAR/Heavy.pm
cp lib/PAR/Filter/Bleach.pm blib/lib/PAR/Filter/Bleach.pm
perl sha1.c.PL sha1.c
gcc -c -mpa-risc-2-0 -DPERL_DONT_CREATE_GVSV -D_HPUX_SOURCE -
DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement -
I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -
I/opt/perl/lib/5.8.8/PA-RISC2.0/CORE sha1.c
gcc -c -mpa-risc-2-0 -DPERL_DONT_CREATE_GVSV -D_HPUX_SOURCE -
DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement -
I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -
I/opt/perl/lib/5.8.8/PA-RISC2.0/CORE main.c
In file included from main.c:57:
internals.c: In function 'XS_Internals_PAR_BOOT':
internals.c:34: warning: ignoring return value of 'Perl_av_shift',
declared with attribute warn_unused_result
perl ./file2c.pl ../script/par.pl my_par_pl.c load_me_2 1
gcc -c -mpa-risc-2-0 -DPERL_DONT_CREATE_GVSV -D_HPUX_SOURCE -
DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement -
I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -
I/opt/perl/lib/5.8.8/PA-RISC2.0/CORE my_par_pl.c
/usr/bin/ld main.o my_par_pl.o -s -Wl,-E -Wl,-B,deferred -
L/usr/local/lib /opt/perl/lib/5.8.8/PA-
RISC2.0/auto/DynaLoader/DynaLoader.a -L/opt/perl/lib/5.8.8/PA-
RISC2.0/CORE -lperl -lcl -lpthread -lnsl -lnm -lmalloc -ldld -lm -
lsec -lc --output ./par
/usr/bin/ld: Unrecognized argument: -Wl,-E
/usr/bin/ld: Usage: /usr/bin/ld [options] [flags] files
*** Error exit code 1
Stop.
*** Error exit code 1
The first part is the internals.c, and then the ld options. Can
anyone assist to resolve these two issues?
Thanks...
Jim