1833958 Members
2024 Online
110063 Solutions
New Discussion

I have the same problem

 
simanhew
New Member

I have the same problem

environment:
uname: P-UX xxx B.11.11 U 9000/785
what: HP92453-01 A.11.01.21 HP C (Bundled) Compiler
$ Sep 8 2000 23:13:51 $

command:
cc -Ae hello.c
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.

OR
cc -Aa hello.c
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.

My cc is wrong version ?

Thanks,


3 REPLIES 3
John Poff
Honored Contributor

Re: I have the same problem

Hi,

You have the C compiler that comes with HP-UX, and is just for system usage such as relinking the kernel. You'll have to purchase and install the ANSI C compiler if you need it, or you can download and install the gcc compiler.

JP
Ramkumar Devanathan
Honored Contributor

Re: I have the same problem

You must install the ansi c which is a priced product. the existing c compiler is what comes with the os and it as the message says doesn't support the -A option.

You will get details of ansi c compiler here -

http://www.hp.com/go/ansic

- ramd.
HPE Software Rocks!
simanhew
New Member

Re: I have the same problem

Thanks a lot.
I will either use aCC or gcc.

Thanks very much again.