HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- aC++ compile problem
Operating System - HP-UX
1833927
Members
3227
Online
110063
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
08-22-2000 12:11 PM
08-22-2000 12:11 PM
I installed the aC++ compiler for workstations HP-UX 11.0. And try to compile a simple sample program, it comes with a error message like following:
$ aCC sample.cpp
$ /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (sample.o) was detected. The linked output may not run on a PA 1.x system.
Can anyone help me to solve the problem?
Thanks
$ aCC sample.cpp
$ /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (sample.o) was detected. The linked output may not run on a PA 1.x system.
Can anyone help me to solve the problem?
Thanks
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 12:18 PM
08-22-2000 12:18 PM
Solution
What you are seeing is a warning message. From the appearance, you are compiling on a PA 2.0 system. It is telling you that the new executable may not run on a PA1.x system. You should compile on a PA1.x system then the executable will run on a PA2.X system as well. This is the backward compatibility issue. Look through the sched.models file and you will see the the different CPUs are of different PA types. Start low and you should be able to go high. But if you start high, you may not be able to go low. (For the PA types). Again, it is the backward compatibility issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 12:35 PM
08-22-2000 12:35 PM
Re: aC++ compile problem
1. Make sure you installed aCC from the right cdrom (700 series if workstation).
2. aCC need, depends on the version that you install same patches:
s700_800 11.00 HP aC++ (A.03.05) to fix numerous defects(PHSS_13391)
s700_800 11.x HP aC++ runtime libraries (aCC A.03.13)(PHSS_16587)
s700_800 11.00 HP aC++ (A.03.15)(PHSS_20975)
3. set up the path and libpath.
(this issue has been discussed before in the forum. Do a search in the forum by aCC key)
2. aCC need, depends on the version that you install same patches:
s700_800 11.00 HP aC++ (A.03.05) to fix numerous defects(PHSS_13391)
s700_800 11.x HP aC++ runtime libraries (aCC A.03.13)(PHSS_16587)
s700_800 11.00 HP aC++ (A.03.15)(PHSS_20975)
3. set up the path and libpath.
(this issue has been discussed before in the forum. Do a search in the forum by aCC key)
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