Thank you for replying back to me. I had tried all the pre-built binaries for HP-UX 10.20 from the websites you mentioned and they all gave me this error message: /usr/lib/dld.sl: Can't open shared library: /usr/lib/libpthread.sl /usr/lib/dld.sl: No such file or directory Abort(coredump) I am not sure what that is. My HP-UX version is B.10.20 U 9000/785. Any advice from you will be greatly appreciated. Regards, Don "H. Merijn Brand via RT" <perlbug-followup@perl.org> wrote: On Wed Mar 07 20:05:26 2007, le.don@sbcglobal.net wrote: > Can someone PLEASE help? I am building Perl 5.8.8 with gcc for HP-UX > 10.20. I ran the Configure script and it seemed to be fine. But when > I ran make, I got this error: > > `sh cflags "optimize='-O0'" gv.o` gv.c > CCCMD = gcc -DPERL_CORE -c -fno-strict-aliasing -pipe > -Wdeclaration-after statement -D_LARGEFILE_SOURCE -O0 -Wall > gv.c: In function `Perl_amagic_call': > gv.c:1794: error: `copy' undeclared (first use in this function) > gv.c:1794: error: (Each undeclared identifier is reported only once > gv.c:1794: error: for each function it appears in.) > gv.c:1794: error: parse error before "_amg" > *** Error exit code 1 > Stop. > > I used gcc 3.4.3 and gcc 4.0, and they both failed with the same > message. As I build the maint branch (5.8.x) on a daily basis with both HP C- ANSI-C and GNU gcc 3.4.6 on HP-UX 10.20 and I do not see these problems, it is very hard to tell from this report where your problem finds its cause. Are there any specific reasons for you to build perl from source, instead of using my prebuilt binaries? Have a look at http://mirrors.develooper.com/hpux/#Perl and http:// mirrors.develooper.com/hpux/downloads.html#hpux1020 to see if your wish is available there. Enjoy, Have FUN! H.MerijnThread Previous | Thread Next