[an error occurred while processing this directive]

HP OpenVMS Systems

C Programming Language
Content starts here

Compaq C
Installation Guide for OpenVMS VAX Systems


Previous Contents

A.3 Installation with Old Compiler as Default

This sample was run on a system that had a previous version of Compaq C installed. In this sample, the new version of the compiler is installed, but the previous version of the compiler is kept and made the default compiler.

The installation procedure prompts you to designate one of the compiler versions as the system default compiler. See Section 1.6 for more information on installing and using multiple compiler versions.


$ @sys$update:vmsinstal CC064 DKA400:[CC064.KIT]

        OpenVMS VAX Software Product Installation Procedure X7.2-72B

It is 17-JAN-2001 at 11:00.

Enter a question mark (?) at any time for help.

%VMSINSTAL-W-NOTSYSTEM, You are not logged in to the SYSTEM account.
%VMSINSTAL-W-ACTIVE, The following processes are still active:
        UCX$NTPD
* Do you want to continue anyway [NO]? yes [Return]
* Are you satisfied with the backup of your system disk [YES]? yes [Return]

The following products will be processed:

  CC V6.4

        Beginning installation of CC V6.4 at 11:00

%VMSINSTAL-I-RESTORE, Restoring product save set A ...
%VMSINSTAL-I-RELMOVED, Product's release notes have been moved to SYS$HELP.

  Compaq C Version 6.4 for OpenVMS VAX Systems

  Copyright 2001 Compaq Computer Corporation

  Compaq and the Compaq logo Registered in U.S. Patent and Trademark Office.

  Confidential computer software. Valid license from Compaq required for
  possession, use or copying. Consistent with FAR 12.211 and 12.212,
  Commercial Computer Software, Computer Software Documentation, and
  Technical Data for Commercial Items are licensed to the U.S. Government
  under vendor's standard commercial license.

    A C V6.0-001 compiler was found on your system.
    Type YES to keep this compiler on your system either as
    the default system compiler, or as an alternate compiler.
    Type NO to supersede C V6.0-001.

* Should the existing V6.0-001 system compiler be preserved [NO]: yes [Return]

    Type NO to have the compiler on this kit become the default system compiler
    and to have the currently installed compiler saved as an alternate compiler.
    Type YES to keep the current system compiler as the default compiler,
    and to have the compiler on this kit available as an alternate compiler.
    Alternate compilers can be invoked with the cc command after invoking
    sys$common:[sysexe]decc$set_version.com passing a version_number.

* Should this V6.0-001 system compiler remain the default when cc is typed [NO]: yes [Return]

        Product:      C
        Producer:     DEC
        Version:      6.4
        Release Date: 05-JAN-2001

* Does this product have an authorization key registered and loaded? yes [Return]

    HTML, postscript and text versions of the Compaq C Users Guide,
    Language Reference Manual and RTL Reference Manual may be optionally
    installed into SYS$COMMON:[SYSHLP.CC$VAX_HELP_064].
    These documents consume approximately 40000 blocks.

* Should these manuals be provided [NO]: yes [Return]

    This kit contains a file summarizing the new features, changes,
    restrictions, and compatibility issues in this release of Compaq C.
    This file is named CC064.RELEASE_NOTES and has been placed in
    sys$common:[syshlp.cc$vax_help064]

    This file contains information valuable to Compaq C programmers.
    Please inform your user community of this file's existence.

    This kit contains an Installation Verification Procedure (IVP)
    to verify the correct installation of Compaq C.  The IVP will
    be left in:

        SYS$COMMON:[SYSTEST]DECC$IVP.COM

    After the installation is complete, you can invoke the command
    file at any time to verify that Compaq C is installed and
    working correctly.


* Do you want to purge files replaced by this installation [YES]?[Return]

All questions have been answered. The installation will take a few minutes.

        The C Runtime Library headers and Starlet headers are installed as
        a Text Library (.TLB).  The traditional text form  of the headers
        (.H files) is also provided (for  reference  purposes only) in
        the directories: SYS$COMMON:[DECC$LIB.REFERENCE.DECC$RTLDEF] and
        SYS$COMMON:[DECC$LIB.REFERENCE.SYS$STARLET_C].

        Please note that the compiler does not search the reference areas
        SYS$COMMON:[DECC$LIB.REFERENCE.DECC$RTLDEF] and
        SYS$COMMON:[DECC$LIB.REFERENCE.SYS$STARLET_C] during compilation.
        Instead headers are taken from the text library.

    Please add SYS$STARTUP:CCXX$STARTUP.COM to the system startup
    procedure called SYS$STARTUP:SYSTARTUP_xxx.

    To use Compaq C for OpenVMS VAX on other VAX nodes of a VMScluster
    enter the command "$ @SYS$STARTUP:CCXX$STARTUP.COM" from a privileged
    account on each such node.  This will install Compaq C images and define
    "DECC$*" system-wide logical names.

%VMSINSTAL-I-RESTORE, Restoring product save set B ...

        The CXXDEMANGLE utility appears on this system.
        Installation of the kit version will not be performed.

    Your OpenVMS system will now be modified to include the
    following new and modified files:

    [SYSEXE]DECC$COMPILER_V06_04-005.EXE  [new]
    [SYSMSG]DECC$MSG_SHR_V06_04-005.EXE   [new]
    [SYSHLP]HELPLIB.HLP                   [modified]
    [SYSHLP.CC$VAX_HELP_064]*.*           [new]
    [SYSHLP]CC064.RELEASE_NOTES           [new]
    [SYSLIB]DCLTABLES.EXE                 [modified]
    [SYSLIB]DECC$RTLDEF.TLB               [new]
    [DECC$LIB.REFERENCE.SYS$STARLET_C]*.H [new]
    [DECC$LIB.REFERENCE.DECC$RTLDEF]*.H   [new]
    [SYSLIB]DECC$OLB.EXE                  [new]
    [SYSLIB]DECC$OLB.README               [new]
    [SYSLIB]DECC$OLB.OLB                  [new]
    [SYS$STARTUP]CCXX$STARTUP.COM         [modified]
    [SYSEXE]DECC$SET_VERSIONS.COM         [new]
    [SYSEXE]DECC$SHOW_VERSIONS.COM        [new]
    [SYSTEST]DECC$IVP.COM                 [modified]


    The file SYS$STARTUP:CCXX$STARTUP.COM contains commands to be
    executed at system startup to allow for the best compilation
    performance.  You may want to invoke this command file from your
    system's site specific start up file.  This command file does not
    have to be invoked for correct operation of Compaq C.

%VMSINSTAL-I-MOVEFILES, Files will now be moved to their target directories...

        Installation of CC V6.4 completed at 11:14

        VMSINSTAL procedure done at 11:14

Contents