1833521 Members
2919 Online
110061 Solutions
New Discussion

aCC & gCC issue

 
SOLVED
Go to solution
Rahul Pednekar
Frequent Advisor

aCC & gCC issue

Dear All,

I'm installing oracle 11i business suite on HP-UX 11.23 at the time of installation i get some error that Invalid C++ and/or gcc compiler. please can anyone let me know from where to download these complier.

Thanks

Rahul
6 REPLIES 6
Peter Godron
Honored Contributor
Solution

Re: aCC & gCC issue

Rahul,
gcc for 11.23 is available from:
http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.1.1/
Please note the dependencies.
Rahul Pednekar
Frequent Advisor

Re: aCC & gCC issue

Thanks a lot Peter for that quick response. I need to know from where do i download the aCC complier for HP-UX 11.23. Please help.

Thanks

Rahul
Peter Godron
Honored Contributor

Re: aCC & gCC issue

Rahul,
aCC is a licensed product, which is chargeable (i.e. not free)
http://h20293.www2.hp.com/portal/swdepot/displayProductsList.do?category=DTDC

But you can get the (free) evaluation copy at the same site! You will still need a codeword from:
http://licensing.hp.com/site=ITRC?LANGUAGE_OPTION=english
Rahul Pednekar
Frequent Advisor

Re: aCC & gCC issue

Thanks Peter

Can you tell me how do I install the .depot file into my system? I want to install the gCC.depot which I downloaded from the site

will surely assign you points

Thanks:)

Rahul
James R. Ferguson
Acclaimed Contributor

Re: aCC & gCC issue

Hi Rahul:

You use 'swinstall' to install the depot file:

# swinstall -s /full_path_to_depot \*

Regards!

...JRF...
Rahul Pednekar
Frequent Advisor

Re: aCC & gCC issue

Thanks a lot folks