Operating System - HP-UX
1752510 Members
4848 Online
108788 Solutions
New Discussion юеВ

Upgrading C/C++ compilers for HP-UX 10.20

 
Rui Vilao
Regular Advisor

Upgrading C/C++ compilers for HP-UX 10.20

Greetings,


Our development is done on a K380/4 running HP-UX 10.20.

The installed HP software basically consists in:

B3187B B.10.20 DCE/9000 Core Services Me
dia and Manuals, International version
B3192B B.10.20 DCE/9000 Application Deve
lopment Tools Media and Manuals
B3901BA B.10.20.07 HP C/ANSI C Developer's B
undle for HP-UX 10.20 (S800)
B3913CB B.10.20.07 HP C++ Compiler S800
B3913DB A.01.15.01 HP aC++ Compiler S800
DCEProg B.10.20 DCE Programming and Archi
ve Libraries
DCESystemAdmin B.10.20 DCE System Administration
Utilities

MiscDiag B.10.20.10 HPUX 10.0 Support Tools B
undle
OnlineDiag B.10.20.10.08 HPUX 10.0 Support Tools B
undle
XSW800GR1020 B.10.20.43 Extension Software Patch
Bundle
XSW800HWCR1020 B.10.20.38 Extension Software Patch
Bundle
Y2K-1020S800 B.10.20.B0315 HP-UX Core OS Year 2000 P
atch Bundle

#
# Product(s) not contained in a Bundle:
#

PHCO_18131 B.10.00.00.AA Year 2000 HP-UX Operating
System Patch Tool
PHSS_11842 B.10.00.00.AA OV NNM5.0x Consolidated P
atch 08-13-97
PHSS_16429 B.10.00.00.AA HP DCE/9000 1.5 cumulativ
e patch
PHSS_17225 B.10.00.00.AA dld.sl(5) cumulative patc
h
PHSS_17596 B.10.00.00.AA HP DCE/9000 1.5 libcma pa
tch
PHSS_18326 B.10.00.00.AA Fibre Channel Mass Storag
e Driver Patch
PHSS_20861 B.10.00.00.AA X/Motif Runtime MAR2000 P
eriodic Patch


Any help/suggestion is highly appreciated.

I would like to update the C, C++ and aC++ compilers.
I have checked that the latest version of these compilers shipped with the
application CDs are:

B3901BA B.10.20.15 HP C/ANSI C Developer's B
undle for HP-UX 10.20 (S800)
B3913CB B.10.20.09 HP C++ Compiler S800
B3913DB A.01.21.15 HP aC++ Compiler S800

What is the best way to upgrade these compilers? Install the latest patch (any
idea on the patch ID?) or re-install the whole product?

On HP-UX 11 wdb is available. Does this UI also exist for HP-UX 10.20?

Thanks in advance for your help!

Kind Regards,

Rui.
"We should never stop learning"_________ rui.vilao@rocketmail.com
2 REPLIES 2
Jason VanDerMark
Trusted Contributor

Re: Upgrading C/C++ compilers for HP-UX 10.20

My experience with compilers has always been to uninstall them and install the newer version from scratch. Unless you are patching it that is. I found some info on wdb that may be useful to you. I clipped the text from HP's wdb pages.

"The HP WDB 2.1 debugger is an HP-supported implementation of the GDB debugger. It supports source-level debugging of object files written in HP C, HP aC++, Fortran 90, and FORTRAN77 on HP-UX Release 10.20 and later."

Maybe someone else can give you more help on this topic than I can.

Good Luck,
Jason V.

Tie two birds together, eventhough they have four wings, they cannot fly.
Jitendra_1
Trusted Contributor

Re: Upgrading C/C++ compilers for HP-UX 10.20

My experience is that each new version of these compilers goes in a different directory structure . Thus for example , aC++ ver 1.0 might go in /opt/aCC and aC++ 1.2 might go in /opt/aCC12 directory. This gives the developers the option of continuing to use their programs with either old compiler or use the new compiler.
However taking a backup prior to upgrading the versions is not a bad idea.

Thanks
Learning is the Key!