On Tue, 18 Mar 2003, rcparmar wrote: [snip] > *** Error exit code 1 > > I think there is something fundamentally wrong otherwise it would > never have built on the other platforms.
It looks like the compiler on HPUX 10 doesn't like the generated C code, or possibly that the perl headers aren't getting included properly, or the xsubpp preprocessing isn't quite right. I'd start by checking that you're using the same compiler as was used to compile perl, that you're starting from a clean build tree (no HPUX11 files left over) and that you have the appropriate files in .../CORE/ and .../ExtUtils/ in your perl installation. The next thing I'd do is check the generated .c file for syntax types or declarations that your compiler might not like.
