1819804 Members
3209 Online
109607 Solutions
New Discussion юеВ

Re: C compiler

 
SOLVED
Go to solution
Kenneth Yap
Frequent Advisor

C compiler

Hi Experts,
Did the aCC command same as cc command ?
My programer required the cc command runon HPUX 11.11 os.
What are the C compiler that we need to install ?
Is there any free ware?
8 REPLIES 8
Tomek Gryszkiewicz
Trusted Contributor

Re: C compiler

The best idea is to download and install gcc from http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-3.3.2/

-Tomek
Sanjay Kumar Suri
Honored Contributor

Re: C compiler

Check this thread:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=261888

or search for "C Compiler" on the forum.

sks
A rigid mind is very sure, but often wrong. A flexible mind is generally unsure, but often right.
Robert-Jan Goossens
Honored Contributor

Re: C compiler

Hi,

HP aC++ Compiler for Servers

http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B3913DB

Gcc compilers can be found on Merijn's / procura's page.

http://www.cmve.net/~merijn/

Regards,
Robert-Jan
RAC_1
Honored Contributor

Re: C compiler

I think not.

cc is HP cc and aCC is HP Ansi C.
ll /usr/bin/cc

Freeware is Gcc.

Anil
There is no substitute to HARDWORK
Kenneth Yap
Frequent Advisor

Re: C compiler

Dear All,
C++ and cc command is the same ?
Is the cc command is default install with os HPUX ver 11.11?
The programmer need to use the cc command to compile the script ?
Tomek Gryszkiewicz
Trusted Contributor

Re: C compiler

cc is included to 11.11 by default in /usr/ccs/bin/cc, but it is not ansi C compiler - you probably won't compile you program using it.
The best way is to use gcc.

-Tomek
Craig Smith_13
Frequent Advisor
Solution

Re: C compiler

cc is the C compiler.
aCC is the C++ compiler.

HP-UX includes a scaled down version of the C (cc) compiler. You need to purchase the HP C bundle for a full functional C compiler.

For more information:
http://www.hp.com/products1/unix/operating/partners/index.html
Elena Leontieva
Esteemed Contributor

Re: C compiler

As already mentioned, you have to purchase ANSI C or use gcc for free (without HP support):
ANSI C B3901BA ~$816.00

aCC is a C++ compiler ( HP aC++ Compiler):

C++ B3913DB ~$1525.00

HTH,
Elena.