Operating System - HP-UX
1825803 Members
2123 Online
109687 Solutions
New Discussion

Re: what is _PA_RISC2_0 varible?

 
Rangaraaj Rajagopalan
Occasional Advisor

what is _PA_RISC2_0 varible?

Hi,
We have pa machine which we use for our builds.
I see following definitions in onr the build environment

#define _PA_RISC2_0
#define __hp9000s800

I am trying to build for ia platform.
Are the above variables required to build ia executable on pa machine?

Thanks,
Pritam
3 REPLIES 3
Dennis Handly
Acclaimed Contributor

Re: what is _PA_RISC2_0 variable?

You need to remove those. Those are automatically supplied by the driver. Perhaps you are using some SQL preprocessor that doesn't define them??

>Are the above variables required to build IPF executable on PA machine?

No, you must not have those defined for IPF.

Rangaraaj Rajagopalan
Occasional Advisor

Re: what is _PA_RISC2_0 varible?

Ok,
I have removed those.
Also I am providing -U_PA_RISC2_0 & -U__hp9000s800 flags at compile time.

Pritam
Dennis Handly
Acclaimed Contributor

Re: what is _PA_RISC2_0 variable?

>I am providing -U_PA_RISC2_0 & -U__hp9000s800 flags at compile time.

This is useless, don't bother. Just don't pass in the -D forms.