Operating System - Linux
1753454 Members
6146 Online
108794 Solutions
New Discussion юеВ

Is there a Free Download for ANSI C Compiler

 
Millicent Howze-Simmons
Frequent Advisor

Is there a Free Download for ANSI C Compiler

Hi,

Does anyone know where I can download a free copy of a ANSI "C" Compiler ?

I have a HP-UX 11.11 operation System RP4440.

Thanks in advance.
5 REPLIES 5
Patrick Wallek
Honored Contributor

Re: Is there a Free Download for ANSI C Compiler

The ANSI/C compiler is something you have to pay for. I am not aware of a free version.

Purchasing info available here:
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA


If you really need free, have a look at the Gnu Compiler Collection:

http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.2.2/

James R. Ferguson
Acclaimed Contributor

Re: Is there a Free Download for ANSI C Compiler

Hi:

There is an evalulation copy if you want to try-before-you-buy:

http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AAEVAL

Regards!

...JRF...
Ben Dehner
Trusted Contributor

Re: Is there a Free Download for ANSI C Compiler

Best you can do for a free C compiler is to get a version of gcc somewhere. The HP ANSI compiler is proprietary, you have to pay for it.

If you can't find pre-compiled binaries for gcc -- I don't know of any offhand -- you'll have to build it yourself. I don't know if the bundled C compiler will work for compiling gcc, so you may have to download the eval version and use that. However, depending on what you need the compiler for, some applications may require the HP ANSI compiler and won't work with gcc. In which case you'll just need buy it.
Trust me, I know what I'm doing
Steven Schweda
Honored Contributor

Re: Is there a Free Download for ANSI C Compiler

> [...] I don't know of any offhand [...]

Read this thread?

Trusting no one, I normally build it from the
source using a binary kit from somewhere, but
it sure is nice that someone provides the
starting point.
Millicent Howze-Simmons
Frequent Advisor

Re: Is there a Free Download for ANSI C Compiler

Thanks all the information helped.
I was bale to download the Evaluation Copy
ans use it.

Thanks so much.