Operating System - HP-UX
1834512 Members
2525 Online
110068 Solutions
New Discussion

Strange cc linkage problem

 
Alex Lavrov
Regular Advisor

Strange cc linkage problem

Hello,
I just upgraded one of my programs from 32bit to 64bit, everything was fine, until I got to the linkage stage, t the end of the linakge, I got this message:

pxdb internal error: bad xt xlink tag: 6
xt index = 0x160
Please contact your HP Support representative.


Well, before I contact HP, I wanted to ask if any1 seen this before ...

Thanx for your future help.
2 REPLIES 2
Kenneth Platz
Esteemed Contributor

Re: Strange cc linkage problem

I'm assuming that you've recompiled all of your object files as 64-bit, and all of your libraries are 64-bit as well. (You can't mix and match 64-bit object code with 32-bit libraries).

I'd also check for the latest C/ANSI C and ld patches.
I think, therefore I am... I think!
ranganath ramachandra
Esteemed Contributor

Re: Strange cc linkage problem

this typically happens if you have a new compiler and an old debugger (gdb/pxdb/etc) installed. try upgrading the debugger.
 
--
ranga
hp-ux 11i v3[i work for hpe]

Accept or Kudo