- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 64-bit 'C' compiler options
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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-18-2005 12:42 AM
03-18-2005 12:42 AM
HP-UX 64-bit 'C' compiler options
We have HP-UX 64-bit machine with the following specifications.
HP-UX B.11.11 U 9000/800 (- uname)
getconf KERNEL_BITS =64
We want to know how to list the verbose options for the C- comipler installed in /usr/bin/cc
Example -
92453-07 linker linker ld B.11.36 030403
Please let us know asap.
Thanks & Regards.
rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2005 01:15 AM
03-18-2005 01:15 AM
Re: HP-UX 64-bit 'C' compiler options
You don't.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2005 01:26 AM
03-18-2005 01:26 AM
Re: HP-UX 64-bit 'C' compiler options
what /usr/bin/cc
chatr /usr/bin/cc
give a little info
see
http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,2504,00.html
For compilers info
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2005 02:20 AM
03-18-2005 02:20 AM
Re: HP-UX 64-bit 'C' compiler options
gives you all of the options.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2005 05:01 PM
03-20-2005 05:01 PM
Re: HP-UX 64-bit 'C' compiler options
We have generated the output of "what /usr/bin/cc" command on two different systems and following is the summary:
1) HP92453-01 A.11.01.21 HP C (Bundled) Compiler
2) 92453-07 linker linker ld B.11.36 030403
Are both the SAME compilers?
Can we use them interchangably?
Please let us know.
Thanks & Regards
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2005 08:14 PM
03-20-2005 08:14 PM
Re: HP-UX 64-bit 'C' compiler options
2) is the linker. The linker/loader is not a compiler. The linker/loader is used to glue all the objects created with compilers together to a runnable executable (program).
They are /related/ but are used completely independently. 2) can be used to link objects generated by different compilers (HP bundled cc, HP C-ANSI-C, HP aCC, GNU gcc, pascal, fortran, ...) but it still cannot glue different architectures (pa-risc v.s itanium, 32bit vs 64 bit), at least no on pa-risc architectures.
When you are running on a Itanium 2 system, there rules are much looser, and libraries are provided that allow much more.
Enjoy, Have FUN! H.Merijn