1825810 Members
2497 Online
109688 Solutions
New Discussion

64Bit compile issue

 
SOLVED
Go to solution
Nyck_1
Super Advisor

64Bit compile issue

I have installed the following compiler onto one of our Itanium boxes:-

./aCC -Version
aCC: HP aC++/ANSI C B3910B A.06.05 [Jul 25 2005]

Can someone tell me how to compile in 64Bit using this compiler?
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor
Solution

Re: 64Bit compile issue

Hi Nyck:

Use the +DD64 option.

Regards!

...JRF...
Dennis Handly
Acclaimed Contributor

Re: 64Bit compile issue

You should patch to A.06.07, PHSS_34350.
The latest patch is A.06.14.

You do know you don't have to port to 64 bit on Integity?
If you are porting, you can use +w64bit.
Nyck_1
Super Advisor

Re: 64Bit compile issue

For some reason they need this version of the compiler and not the latest. I originally installed the latest and has to remove it to put the current version on!

The switches that you mention, do I had these into the ./configure line?
Dennis Handly
Acclaimed Contributor

Re: 64Bit compile issue

>The switches that you mention, do I had these into the ./configure line?

+DD64 is a property of the executable, so yes.
+w64bit may be something temporary, that you may want to remove.