HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to know the type of compiler
Operating System - HP-UX
1836604
Members
1867
Online
110102
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
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-26-2003 11:13 AM
08-26-2003 11:13 AM
How to know the type of compiler
I want to know if there is any way to find out what compiler is installed in a HP UX machine. Normally we find out the type of the compiler from the Makefile but if the type is not mentioned in the makefile, how else can we obtain the type of the compiler.
Regards,
Anand.
Regards,
Anand.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 11:17 AM
08-26-2003 11:17 AM
Re: How to know the type of compiler
Anand,
Pardon me. I am not understanding your question correctly. What do you mean by type of the compiler. For C/C++ or Java?
-Umapathy
Pardon me. I am not understanding your question correctly. What do you mean by type of the compiler. For C/C++ or Java?
-Umapathy
Arise Awake and Stop NOT till the goal is Reached!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 11:22 AM
08-26-2003 11:22 AM
Re: How to know the type of compiler
Hi,
I am notsure I have understand you correct but if you want to know what is installed (compilers or anything), try the swlist command.
I am notsure I have understand you correct but if you want to know what is installed (compilers or anything), try the swlist command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 11:26 AM
08-26-2003 11:26 AM
Re: How to know the type of compiler
You don't seem very clear on how makes works. For example, suppose that a file 'myfile.c' exists in the current directory. Simply a 'make myfile' will actually try to compile and link a myfile executable by using the default suffix transformation rules --- without even the presence of a makefile.
You can invoke make with the -p to display all of these default rules.
To determine the compilers available on your box, do a swlist. At the very least, you will have the bundled c compiler but it's not a serious development tool and is really only intended to be used to build kernels.
You can invoke make with the -p to display all of these default rules.
To determine the compilers available on your box, do a swlist. At the very least, you will have the bundled c compiler but it's not a serious development tool and is really only intended to be used to build kernels.
If it ain't broke, I can fix that.
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