compiling 9.3.1 on HP-UX 11.11 with the HP compilers

Rick Jones rick.jones2 at hp.com
Fri Mar 11 23:44:59 UTC 2005


It would seem that when trying to compile on HP-UX 11.11 (aka 11iv1) with the 
following installed:

   B3899BA   B.11.11.10     HP C/ANSI C Developer's Bundle for HP-UX 11.i (S700)
   B3911DB      C.03.55     HP aC++ Compiler (S700)
  ...

   PHSS_32003   1.0         ANSI C compiler B.11.11.10 cumulative patch
   PHSS_32004   1.0         +O4/PBO Compiler B.11.11.10 cumulative patch

will very quickly fail with:


$ make
making all in /tmp/bind-9.3.1/make
making all in /tmp/bind-9.3.1/lib
making all in /tmp/bind-9.3.1/lib/isc
making all in /tmp/bind-9.3.1/lib/isc/include
making all in /tmp/bind-9.3.1/lib/isc/include/isc
making all in /tmp/bind-9.3.1/lib/isc/unix
making all in /tmp/bind-9.3.1/lib/isc/unix/include
making all in /tmp/bind-9.3.1/lib/isc/unix/include/isc
           cc -Ae -z  -g  -I/tmp/bind-9.3.1 -I./include  -I./../pthreads/include
  -I../include  -I./../include  -I./..   -D_REENTRANT  -D_XOPEN_SOURCE_EXTENDED
  +w1 +W 474,530  -c app.c
           cc -Ae -z  -g  -I/tmp/bind-9.3.1 -I./include  -I./../pthreads/include
  -I../include  -I./../include  -I./..   -D_REENTRANT  -D_XOPEN_SOURCE_EXTENDED
  +w1 +W 474,530  -c dir.c
           cc -Ae -z  -g  -I/tmp/bind-9.3.1 -I./include  -I./../pthreads/include
  -I../include  -I./../include  -I./..   -D_REENTRANT  -D_XOPEN_SOURCE_EXTENDED
  +w1 +W 474,530  -c entropy.c
cc: error 1405: "/opt/ansic/lbin/ccom" terminated abnormally with signal 11.
*** Error exit code 9

however, installing the latest ANCI C and +O4/PBO compiler patches:

   PHSS_32509  ANSI C compiler B.11.11.12 cumulative patch
   PHSS_32510  +O4/PBO Compiler B.11.11.12 cumulative patch

appears to address that. And a 32-bit build completes without aparant incident.

However, the very beginning of the ./configure gives this:

$ ./configure
checking build system type... cpp: "", line 0: error 4021: Unable to stat .
hppa2.0w-hp-hpux11.11
checking host system type... hppa2.0w-hp-hpux11.11


rick jones


More information about the bind-workers mailing list