- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to know whether ANSI C / any compiler was ...
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
10-16-2007 08:04 AM
10-16-2007 08:04 AM
How to know whether ANSI C / any compiler was installed on HP UX 11.0
How to identify that whether ANSI C / any compiler was installed on HP UX 11.0 with "swlist" command.
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2007 08:13 AM
10-16-2007 08:13 AM
Re: How to know whether ANSI C / any compiler was installed on HP UX 11.0
???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2007 08:14 AM
10-16-2007 08:14 AM
Re: How to know whether ANSI C / any compiler was installed on HP UX 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2007 08:23 AM
10-16-2007 08:23 AM
Re: How to know whether ANSI C / any compiler was installed on HP UX 11.0
You will have a symlink for '/usr/bin/cc' pointing to '/opt/ansic/bin/cc' if an ANSI C compiler has been installed.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2007 08:24 AM
10-16-2007 08:24 AM
Re: How to know whether ANSI C / any compiler was installed on HP UX 11.0
I got the following ouput
# swlist |grep -i compil
/home/root> swlist |grep -i compil
PHKL_15547 1.0 Recompile with optimization for performance.
Is it correct ?
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2007 09:10 AM
10-16-2007 09:10 AM
Re: How to know whether ANSI C / any compiler was installed on HP UX 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2007 10:33 AM
10-16-2007 10:33 AM
Re: How to know whether ANSI C / any compiler was installed on HP UX 11.0
HP C/ANSI C Developer's Bundle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2007 01:07 PM
10-16-2007 01:07 PM
Re: How to know whether ANSI C / any compiler was installed on HP UX 11.0
what `which cc`
myself - note the orientation of the single quotes above