HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- error compiling on cobol
Operating System - HP-UX
1828700
Members
2568
Online
109984
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2003 06:28 AM
03-27-2003 06:28 AM
Hi guys
I am using hp-ux 10.20 model k570 with micro focus cobol & I get this error when compiling with compj. Does anyone know what this means.
ld: (Warning) At least one PA 2.0 object file (/var/tmp/cob7751/_hp_ver_lhpcobl.o) was detected. The linked output may not run on a PA 1.x system
I am using hp-ux 10.20 model k570 with micro focus cobol & I get this error when compiling with compj. Does anyone know what this means.
ld: (Warning) At least one PA 2.0 object file (/var/tmp/cob7751/_hp_ver_lhpcobl.o) was detected. The linked output may not run on a PA 1.x system
HP is the greatest
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2003 06:33 AM
03-27-2003 06:33 AM
Re: error compiling on cobol
There are two methods of eliminating the PA2.0 message while compiling:
1. To produce optimized code use '+DAportable' on the command
line.
2. Turn off the warning in the linker with the '+vanocompat'
option set to 'ld'.
1. To produce optimized code use '+DAportable' on the command
line.
2. Turn off the warning in the linker with the '+vanocompat'
option set to 'ld'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2003 06:35 AM
03-27-2003 06:35 AM
Re: error compiling on cobol
It is telling you that you have linked code on a 64-bit (PA 2.0) chip so the code will not run on a 32-bit (PA 1.x) chip.
You can get round the problem by specifying the option +DAportable on your cob command. This will produce and object that will run on PA1 or PA2 chips.
You can get round the problem by specifying the option +DAportable on your cob command. This will produce and object that will run on PA1 or PA2 chips.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2003 06:38 AM
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP