Xref: utzoo comp.sys.hp:3432 comp.sources.d:4371 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!uceng!kamat From: kamat@uceng.UC.EDU (Govind N. Kamat) Newsgroups: comp.sys.hp,comp.sources.d Subject: Re: libc.a error when linking perl3.0 on HP-UX 3.10 Message-ID: Date: 12 Nov 89 18:38:40 GMT References: <127@geysir.os.is> <1322@iso.estec.nl> Sender: kamat@uceng.UC.EDU Followup-To: comp.sys.hp Organization: College of Engg., University of Cincinnati Lines: 32 In-reply-to: contrib@iso.estec.nl's message of 9 Nov 89 16:53:38 GMT In article <1322@iso.estec.nl> contrib@iso.estec.nl (contrib (AM Davidson)) writes: In article <127@geysir.os.is> eik@os.is (Einar Kjartansson) writes: >Whe I try to make perl version 3.0, patch level 1, I get the following >output. I tried this also telling perl to use its onw malloc, it made no >difference. This looks like an error in the hp-ux library. I had the same problem (on an 840) and called the local support centre - they were very helpful and acknowledged that it is a bug (fixed in HPUX 7.0). The good news is that there is a work around. Umm. The bad news is that syscall on HP-UX seems to be buggy, just like many other things on it. #include #include #include main() { syscall(SYS_mkdir, "/usr/tmp/tst", 0755); } ====> Core Dump on Series 800s. You may wish to wait until all these problems are fixed. I just undef'ed SYSCALL in Perl's config.h. -- Govind N. Kamat College of Engineering kamat@uceng.UC.EDU University of Cincinnati Cincinnati, OH 45221, USA