GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- A confusion about cc and aCC -Ae
Operating System - HP-UX
1851372
Members
2609
Online
104058
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
08-25-2009 01:28 AM
08-25-2009 01:28 AM
A confusion about cc and aCC -Ae
hi
My project is a c program, now there are two choices, I can build it with aCC -Ae or directly use cc. My machine is ia64 hp server rx4640.
At the beginning, I prefer to use cc, but when I use -g with cc, it will report info as follow:
(Bundled) cc: warning 922: "-g" is unsupported in the bundled compiler, ignored.
Now I turn to use aCC -Ae, I am not sure what will happen or what kinds of potential problems will be if I use aCC to build c program.
Can anyone else tell me what's the main difference between the cc and aCC -Ae style. or what kinds of problem I need to care about?
My project is a c program, now there are two choices, I can build it with aCC -Ae or directly use cc. My machine is ia64 hp server rx4640.
At the beginning, I prefer to use cc, but when I use -g with cc, it will report info as follow:
(Bundled) cc: warning 922: "-g" is unsupported in the bundled compiler, ignored.
Now I turn to use aCC -Ae, I am not sure what will happen or what kinds of potential problems will be if I use aCC to build c program.
Can anyone else tell me what's the main difference between the cc and aCC -Ae style. or what kinds of problem I need to care about?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 03:46 AM
08-25-2009 03:46 AM
Re: A confusion about cc and aCC -Ae
Hi:
The warning citing the "Bundled" compiler occurs because you don't have the ANSI C/aC++
compiler installed. When you do, '/usr/bin/cc' symlinks to it instead of the "bundled" compiler which isn't good for much other than simple, non-ANSI compiles.
If you want to use HP's C/aC++ compiler, you must license it:
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA
An evaluation copy is also available as documented in the link above.
Otherwise, you need to install the GNU C compiler. Binaries are available thanks to Merijn here:
http://mirrors.develooper.com/hpux/downloads.html
Regards!
...JRF...
The warning citing the "Bundled" compiler occurs because you don't have the ANSI C/aC++
compiler installed. When you do, '/usr/bin/cc' symlinks to it instead of the "bundled" compiler which isn't good for much other than simple, non-ANSI compiles.
If you want to use HP's C/aC++ compiler, you must license it:
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9007AA
An evaluation copy is also available as documented in the link above.
Otherwise, you need to install the GNU C compiler. Binaries are available thanks to Merijn here:
http://mirrors.develooper.com/hpux/downloads.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 09:35 AM
08-25-2009 09:35 AM
Re: A confusion about cc and aCC -Ae
If you have aCC you should also have cc, if you have purchased B9007AA, HP C/aC++ Developer's Bundle.
>aCC -Ae, I am not sure what will happen or what kinds of potential problems will be if I use aCC to build C program.
On Integrity there is no difference at all. That's why you should use cc and not aCC, since you get both for the same price.
>JRF: the "bundled" compiler which isn't good for much other than simple, non-ANSI compiles.
On Integrity the compiler is ANSI, not K&R.
>you need to install the GNU C compiler.
You can also get it from HP:
http://www.hp.com/go/gcc
>aCC -Ae, I am not sure what will happen or what kinds of potential problems will be if I use aCC to build C program.
On Integrity there is no difference at all. That's why you should use cc and not aCC, since you get both for the same price.
>JRF: the "bundled" compiler which isn't good for much other than simple, non-ANSI compiles.
On Integrity the compiler is ANSI, not K&R.
>you need to install the GNU C compiler.
You can also get it from HP:
http://www.hp.com/go/gcc
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP