Thanks for the feedback...
Its going to be another week or so before I can get back to producing
any version of the instructions.... I will be certain to include
the g in the sed command in the next version. I believe it is already
in the patch.
-----Original Message-----
From: Steven Baldwin [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 28, 2001 10:35 PM
To: [EMAIL PROTECTED]
Subject: RE: make failure on hp-ux 11
Problem solved !! It was caused by the remnants of a 'make' using gcc. I
cleaned everything up, did it again, and everything worked like a charm.
The only thing I changed slightly from Lincoln's instructions was the first
modification of the Makefile.
The instructions said :
cat Makefile | sed 's/-Wl,+[sn]//' > Makefile.tmp
I found there were lines with both -Wl,+s and -Wl,+n present, so I changed
the above to :
cat Makefile | sed 's/-Wl,+[sn]//g' > Makefile.tmp
Apart from that, I made no changes, and it all works beautifully. Thanks
very much to the pioneers !!!!
Steve
-----Original Message-----
From: Steven Baldwin
Sent: Monday, 29 January 2001 11:31 AM
To: [EMAIL PROTECTED]
Subject: make failure on hp-ux 11
We've finally got the official HP ansi C compiler installed, and when I try
to rebuild perl, I get the following. I'm sure it's because I answered
incorrectly to one of the questions, but I thought I answered the default to
them all, except as per Lincoln's new HP-UX 11 instructions.
Thanks for your help,
Steve
[hp-k580a:zsxb38]/home/zsxb38/perl-5.6.0> make
`sh cflags libperl.a miniperlmain.o` miniperlmain.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a perl.o` perl.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a gv.o` gv.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a toke.o` toke.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -DARG_ZERO_IS_SCRIPT
-O +z
`sh cflags libperl.a perly.o` perly.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a op.o` op.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a regcomp.o` regcomp.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a dump.o` dump.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a util.o` util.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a mg.o` mg.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a hv.o` hv.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a av.o` av.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a run.o` run.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a pp_hot.o` pp_hot.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a sv.o` sv.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a pp.o` pp.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a scope.o` scope.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a pp_ctl.o` pp_ctl.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a pp_sys.o` pp_sys.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a doop.o` doop.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a doio.o` doio.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a regexec.o` regexec.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a utf8.o` utf8.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a taint.o` taint.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a deb.o` deb.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a universal.o` universal.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a xsutils.o` xsutils.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a globals.o` globals.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a perlio.o` perlio.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
`sh cflags libperl.a perlapi.o` perlapi.c
CCCMD = cc -DPERL_CORE -c -D_HPUX_SOURCE -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Ae -O +z
rm -f libperl.a
/usr/bin/ar rcu libperl.a perl.o malloc.o gv.o toke.o perly.o op.o
regcomp.o dump.o util.o mg.o hv.o av.o run.o p
p_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o
taint.o deb.o universal.o xsutils.o globals.o
perlio.o perlapi.o
cc -Wl,+vnocompatwarnings -L/usr/local/lib -o miniperl \
miniperlmain.o opmini.o libperl.a -lnsl -lnm -lndbm -ldld -lm
-lc -lndir -lcrypt -lsec -lcl -lpthread
/usr/ccs/bin/ld: Unsatisfied symbols:
perl_get_cv (code)
Perl_malloc (code)
Perl_realloc (code)
Perl_mfree (code)
perl_call_sv (code)
*** Error exit code 1
Stop.
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**********************************************************************