Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PA Risc 1 and 2 executables

Status
Not open for further replies.

Glen

MIS
Dec 9, 1998
103
US
I'm running MIMS on HP 9000s with Microfocus Cobol. I currently have one system that is generating PA RISC 1 executables and another that is generating PA RISC 2s. I can't seem to find the compiler flag or configuration file that is making these compile differently.

Where is the compiler for this?

Thanks
Glen Colbert
gcolbert@RAG_American.com

 
The C compilier that comes with HP-UX has serveral options on the type of executables you can generate (I am assuming you are trying to compile Mincom TP). The option is '+DA' where you can specify the target risc architecture for example add '+DA2.0' to generate Risc 2 executables or use '+DAportable' to generate executables that will run on both platforms. See 'man cc' for more details. Risc architectures do not have an effect on MicroFocus Cobol as the binaries generated from this compilier are subject to interpretation from the MicroFocus Cobol runtime.

anthonyc@mincom.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top