Operating System - HP-UX
1752580 Members
4852 Online
108788 Solutions
New Discussion

Re: Urgent: Compiling ICU3.2 with AnsiC(cum patch B11.11.10)compiler throws error 1405:

 
Prasad Mysore
New Member

Urgent: Compiling ICU3.2 with AnsiC(cum patch B11.11.10)compiler throws error 1405:

I have downloaded sources for icu libraries version 3.2 and am trying to compile it with AnsiC(cum patch B11.11.10)compiler on HPUX. It throws error 1405: "/opt/ansic/lbin/ccom" terminated abnormally with signal 11.
gmake[1]: *** [ucnvbocu.o] Error 9. Looking at some bug reports, I thought this has something to do with optimization switches. I even changed removed/lowered optimization switches from +O2 to different ones. No luch. I have pasted the error below. Can somebody tell me if there is a workaround/patch for this that I can use.


cc -DU_COMMON_IMPLEMENTATION -D_REENTRANT -D_THREAD_SAFE -I. -I. -I../i18n +e +Z +DA1.1 +DS2.0 -D_REENTRANT -D_USE_BIG_FDS
-D_THREAD_SAFE -D_POSIX_C_SOURCE=199506 -w +Olibcalls -c +Z -o ucnvbocu.o ucnvbocu.c
cc: error 1405: "/opt/ansic/lbin/ccom" terminated abnormally with signal 11.
gmake[1]: *** [ucnvbocu.o] Error 9

cc -DU_COMMON_IMPLEMENTATION -D_REENTRANT -D_THREAD_SAFE -I. -I. -I../i18n +e +Z +DA1.1 +DS2.0 -D_REENTRANT -D_USE_BIG_FDS
-D_THREAD_SAFE -D_POSIX_C_SOURCE=199506 -w +Olibcalls -c +Z -o ucnv2022.o ucnv2022.c
cc: error 1405: "/opt/ansic/lbin/ccom" terminated abnormally with signal 11.
1 REPLY 1
Ermin Borovac
Honored Contributor

Re: Urgent: Compiling ICU3.2 with AnsiC(cum patch B11.11.10)compiler throws error 1405:

I think this problem has been fixed in the latest revision of the compiler (B.11.11.12).

You can upgrade to it by installing it from application CD (Dec 04) or by installing the following patches

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

If that does not work then try compiling with +d (export CCOPTS="+d").