Operating System - HP-UX
1850634 Members
3447 Online
104054 Solutions
New Discussion

Perl 5.8.2 fails on hpux 11.11 (PA-RISC2.0-LP64)

 
Philip Ryan_1
New Member

Perl 5.8.2 fails on hpux 11.11 (PA-RISC2.0-LP64)

Hello

I have a Perl 5.8.2 build problem on HPUX11.11 (64bit). If anybody feels they have a solution,
I will provide further details but at the moment I will provide the basics:

/pkg/vdc52/ddts/utils/bin/gcc: ELF-64 executable object file - PA-RISC 2.0 (LP64) / 3.3.2
GNU Make 3.80
GNU assembler version 2.14 (hppa64-hp-hpux11.11) using BFD version 2.14 20030612
Native HPUX ld
Native HPUX ar

Error Message:

[ddts@deuxvi54]$ make
`sh cflags "optimize='-O2 -g'" gv.o` gv.c
CCCMD = gcc -DPERL_CORE -c -DDEBUGGING -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -Wall
gv.c: In function `Perl_amagic_call':
gv.c:1712: error: `copy' undeclared (first use in this function)
gv.c:1712: error: (Each undeclared identifier is reported only once
gv.c:1712: error: for each function it appears in.)
gv.c:1712: error: parse error before "_amg"
make: *** [gv.o] Error 1
[ddts@deuxvi54]$

Any suggestion(s) will be helpful!

Rgs

Phil.
1 REPLY 1
Elmar P. Kolkman
Honored Contributor

Re: Perl 5.8.2 fails on hpux 11.11 (PA-RISC2.0-LP64)

Phil,

Did you use any extra arguments when doing the configure?

According to HP's porting site it should work.

You could also try to download it there, but I'm afraid that version would be PA Risc 1.1
Or you could try to download it from one of Procura's links (https://www.beepz.com/personal/merijn/)
Every problem has at least one solution. Only some solutions are harder to find.