- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- What is the chance of setting HP compiler free ?
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
04-02-2006 08:01 AM
04-02-2006 08:01 AM
But IMHO, easy access and affordable compiler will increase the chance developer writting software for HP-UX.
I know you can counter me with "if developer really want to develop software on HP-UX, price of compiler is not an issue".
Sun studio 11 is now free, shouln't HP catch up the offer ?
PS:I don't have answer for who will feed the HP compiler team.
tj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 08:54 AM
04-02-2006 08:54 AM
Re: What is the chance of setting HP compiler free ?
I think you point out one of the many reasons that Linux is growing so fast. It comes with a nice set of open source compilers.
Most of those compilers however have been ported to HP-UX.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 09:01 AM
04-02-2006 09:01 AM
Re: What is the chance of setting HP compiler free ?
- Tags:
- gcc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 10:12 AM
04-02-2006 10:12 AM
SolutionThanks to Merijn you could begin here:
http://mirrors.develooper.com/hpux/index.html#Gcc
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 01:59 PM
04-02-2006 01:59 PM
Re: What is the chance of setting HP compiler free ?
gcc 4.1
http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.1.0/
run time libs
http://hpux.connect.org.uk/hppd/hpux/Gnu/libgcc-4.1.0/
make
http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.80/
flex
http://hpux.connect.org.uk/hppd/hpux/Gnu/flex-2.5.4a/
There are other requirements within these links.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 01:59 PM
04-02-2006 01:59 PM
Re: What is the chance of setting HP compiler free ?
You can find HP's supported GCC builds at,
http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html
(You need to register with DSPP before downloading and its free)
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 02:34 PM
04-02-2006 02:34 PM
Re: What is the chance of setting HP compiler free ?
As the others have said, gcc is certainly a viable option although I have seen cases where the gcc code was less then optimally optimized.
I realize that this runs counter to the Linux culture where everything should be free (except for your software, of course).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 02:37 PM
04-02-2006 02:37 PM
Re: What is the chance of setting HP compiler free ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 05:14 AM
04-03-2006 05:14 AM
Re: What is the chance of setting HP compiler free ?
As previously mentioned, the DSPP does offer a gcc compiler precompiled, and via the DSPP you might be able to get setup as an ISV/whatever to acrue the benefits therein.
I would suggest trying as much as possible to use the HP compiler rather than gcc if for no other reason than simply this - the runtime environment required when using the HP compiler will already be present on any system running HP-UX without requiring the user to install the HP compiler. I have experienced firsthand, consuming library packages from http://hpux.connect.org.uk/ that when compiled with gcc, various gcc-specific libs may be necessary. This happened when I was compiling my code with HP compilers, but linking against libraries they compiled with gcc.
- Tags:
- test drive