Operating System - HP-UX
1752861 Members
3935 Online
108791 Solutions
New Discussion

cc: panic 7108: 2104 14 2ae50 COMIBT

 

cc: panic 7108: 2104 14 2ae50 COMIBT

Hi all,
I´m using hpux 11.11 with
B3901BA B.11.11.10 HP C/ANSI C Developer's Bundle for HP-UX 11.i (S800)

and patch

PHSS_32003 1.0 ANSI C compiler B.11.11.10 cumulative patch

when i compile a program with cc +Z, the problem following occur ...

cc: panic 7108: 2104 14 2ae50 COMIBT

if i don´t use +Z the problem doesn´t occur !

Could you help.

Tha
5 REPLIES 5
Biswajit Tripathy
Honored Contributor

Re: cc: panic 7108: 2104 14 2ae50 COMIBT

+Z (or +z) compiler option is used to create
position independent code. If you are not
creating position independent code or don't know
what it means, I would advice you not to use
+Z. For more info, checkout the Linker and Library
user guide at
http://docs.hp.com/en/B2355-90655/ch01s08.html
Go to Chapter # 7 for details on position independent
code.

Hope this helps.
- Biswajit
:-)

Re: cc: panic 7108: 2104 14 2ae50 COMIBT

Thanks for the documentation, its will be very useful. But, i need to create a library with PIC, i.e. with +Z parameter. Do you know if there are a patch to the problem ? When i use hpux 11.00 this problem doesn´t occurs
Ermin Borovac
Honored Contributor

Re: cc: panic 7108: 2104 14 2ae50 COMIBT

Try installing

PHSS_32004 700_800 11.X +O4/PBO Compiler B.11.11.10 cumulative patch

JAGaf27125 : Compile abort w/Error when using +Z and +O2

Re: cc: panic 7108: 2104 14 2ae50 COMIBT

Thanks Ermin, i install the patch, but didn´t work too.
The problem consist in large program, if i remove the option -D_DEBUG that shrink the program or use the option +o1, the compilation works ok.
I opened a call to Hp support and the problem continue.
Stephen Keane
Honored Contributor

Re: cc: panic 7108: 2104 14 2ae50 COMIBT

I know this might sound daft, but have you tried +z instead of +Z, i.e. lowercase zed?