1833534 Members
3333 Online
110061 Solutions
New Discussion

c89 complier

 
SOLVED
Go to solution
Paddy O'Connell
Frequent Advisor

c89 complier

Does anybody know anything about the c89 compiler?

I've been asked to check is it installed on 1 of our HP-UX11i machines.

How can i check, and install it if it's not there. Will it be on the Operating Systems Disc

Thanks
Paddy
5 REPLIES 5
Charles Harris
Super Advisor

Re: c89 complier

Hi Paddy,

Just a quick thought.... have you done a swlist to see if it's already installed?

Cheers,

-=ChaZ=-
Charles Harris
Super Advisor

Re: c89 complier

You could also type cc to see if the default compiler is installed. Maybe the person that asked wants the HPUX ANSI C product, which may or may not be installed. It's an additional product as far as I'm aware, so probably not bundled with the OP.

Cheers,

-=ChaZ=-
Alex Glennie
Honored Contributor
Solution

Re: c89 complier

fyi the c89 compiler is needed by the O/S to rebuild a kernel so it should be installed by default under /usr/ccs/bin/cc

probably an swlist -l fileset | grep C-MIN should show it. And yes it's on the core O/S CD

a what /usr/ccs/bin/cc (should have the magic phrase (Bundled) in it.

see man c89 for details.
Paddy O'Connell
Frequent Advisor

Re: c89 complier

Yeah i searched all the software selection options for c89 and compiler and only came up with the below

CPS B.11.11 Compiler Parallel Support Library

This is what lead me to ask about c89 compiler. I've not heard of it before but am new to this HPUX game.
Paddy O'Connell
Frequent Advisor

Re: c89 complier

Thanks guys, so the c89 is part of this compiler which is already installed.

root@otis:/root # what /usr/ccs/bin/cc
/usr/ccs/bin/cc:
HP92453-01 A.11.01.21 HP C (Bundled) Compiler
$ Sep 8 2000 23:13:51 $

Thanks again
Paddy