Operating System - HP-UX
1832592 Members
3599 Online
110043 Solutions
New Discussion

Receiving following message

 
Mary Jean Edwards
New Member

Receiving following message

I am compiling using the ANSI-C compiler on DV1 (HP-UX 11.0), I am getting an error message:

/usr/ccs/bin/ld: /csapps/discover/oracle/product/8.0.5/lib/osntabst.o: Mismatched ABI. 64-bit PA object file found in 32-bit link.

Did anybody out there have this problem. If so, could you please respond with the answer.

Thank-you
2 REPLIES 2
Patrick Wallek
Honored Contributor

Re: Receiving following message

Mary Jean,

Have a look at this link. Hopefully this will provide you with the info. you need.

http://us-support.external.hp.com/cki/bin/doc.pl/sid=fc5f232e038c55f1a1/screen=ckiDisplayDocument?docId=200000051244052
Vincent Fleming
Honored Contributor

Re: Receiving following message

I haven't seen that specific message before, but your problem looks to be a mismatch between 64-bit and 32-bit modes. Either you're compiling with 64-bit mode and linking with 32-bit libraries, or the opposite: compiling with 32-bit mode, and linking with 64-bit libraries.

You should check everything being linked, but start with the flagged library. Only one item in a long list could be mismatched and cause an error such as this one.

Good luck.
No matter where you go, there you are.