Operating System - HP-UX
1752317 Members
5925 Online
108786 Solutions
New Discussion юеВ

GCC Compiler doesn't work after QPK1100 March 2004

 
Jamie Smith_6
New Member

GCC Compiler doesn't work after QPK1100 March 2004

Hi All,

I have a small issue with my HPUX system running 11.00
After applying QPK1100 my GCC compiler no longer works and instead returns
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product
(Bundled) cc: warning 480: The +z option is available only with the C/ANSI C product

does anyone know of a fix for this.

Jamie
3 REPLIES 3
Vishwas Pai
Regular Advisor

Re: GCC Compiler doesn't work after QPK1100 March 2004


HP bundles a small C-compile (also known as
bundled cc) for kernel rebuild. Now your
default cc is pointing to this compiler
instead of GCC (after installing QPK).

The cc binary you are running is not GCC,so
search for gcc binary and run it from there.

ex: /opt/GCC/bin/gcc

HTH -vishwas
Jamie Smith_6
New Member

Re: GCC Compiler doesn't work after QPK1100 March 2004

Thanks
Vishwas Pai
Regular Advisor

Re: GCC Compiler doesn't work after QPK1100 March 2004

Assign points if someones reply helps solving
your problem

thanks.