Operating System - HP-UX
1760078 Members
2498 Online
108889 Solutions
New Discussion

64bit compilation in HP-UX 11i

 
BALAJI CHANDRAN
Occasional Contributor

64bit compilation in HP-UX 11i

Dear sir,

When i am compiling for 64bit in HP-UX 11.0 i am not getting warnings for size_t,but when i am doing 64-bit compilation in HP-UX 11i i am getting warnings no:753 ie for size_t as below

cc: "checksizet.c", line 8: LP64 migration warning 753: Assignment converts 32 b
it integer to long


please clarify .....

Regards
Srinivasan.J
1 REPLY 1
Steve Steel
Honored Contributor

Re: 64bit compilation in HP-UX 11i

Hi


This is a normal message added in the 11.i systems.

It is just informative and says that the variable has been set to long because of the 64 bit requirement

Check docs via

http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,2504,00.html

Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)