[an error occurred while processing this directive]

HP OpenVMS Systems

ask the wizard
Content starts here

DEC C AACRT060 IVP problems?

» close window

The Question is:

 
Sirs,
 
We have VAX6410,running VMS v5.5.2,PASCAL 4.3,and VAX C v3.2. Now we
purchase DEC C v6.0 and PASCAL v5.6 . It is ok to update PASCAL to V5.6 .
But it is failed we update VAX C to DEC C v6.0. It shows the following
message:
 
When I install run-time components(AACRT060.A), it shows:
 
%LINK-W-NUDFSYMS, 4 undefined symbols:
%LINK-I-UDFSYM, CMA$TIS_ERRNO_GET_ADDR
%LINK-I-UDFSYM, CMA$TIS_ERRNO_SET_ADDR
%LINK-I-UDFSYM, CMA$TIS_VMSERRNO_GET_ADDR
%LINK-I-UDFSYM, CMA$TIS_VMSERRNO_SET_ADDR
 
%LINK-W-USEUNDEF, undefined symbol GMA$TIS_ERRNO_GET_ADDR referenced in
psect $CODE offset %00000007
in module C$INIT_RTL file SYS$COMMON:[SYSLIB]VAXCRTL.OLB;5
 
%LINK-W-USEUNDEF, undefined symbol CMA$TIS_VMSERRNO_GET_ADDR referenced in
psect $CODE offset %00000015
in module C$INIT_RTL file SYS$COMMON:[SYSLIB]VAXCRTL.OLB;5
 
%LINK-W-USEUNDEF, undefined symbol CMA$TIS_ERRNO_SET_ADDR referenced in
psect $CODE offset %00000029
in module C$INIT_RTL file SYS$COMMON:[SYSLIB]VAXCRTL.OLB;5
 
%LINK-W-USEUNDEF, undefined symbol CMA$TIS_VMSERRNO_SET_ADDR referenced in
psect $CODE offset %00000036 in module C$INIT_RTL file
SYS$COMMON:[SYSLIB]VAXCRTL.OLB;5
 
%LINK-W-WARNERS, compilation warnings in module CRT$IVP4_L file
SYS$COMMON:[SYSTEST.CRT]CRT$IVP$_L.EXE;1
 
%LINK-WNUDEFSYMS, 6 undefined symbols:
 
%LINK-I-UDEFSYM, CMA$TIS_ERRNO_GET_ADDR
 
%LINK-I-UDEFSYM, DECC$GA_STDERR
 
%LINK-I-UDEFSYM, DECC$GA_STDIN
 
%LINK-I-UDEFSYM, DECC$GA_STDOUT
 
%LINK-I-UDEFSYM, DECC$MAIN
 
%LINK-I-UDEFSYM, DECC$PERROR
 
%LINK-W-USE-UNDEF, undefined symbol DECC$MAIN referenced in psect $CODE
offset %X0000001E
 
%LINK-W-USE-UNDEF, undefined symbol CMA$TIS_ERRNO_GET_ADDR referenced in
psect $CODE offset %X00000028
 
%LINK-W-USE-UNDEF, undefined symbol DECC$PERROR referenced in psect $CODE
offset %X00000036
 
%APPEND-W-INCOMPACT,SYS$COMMON:[SYSTEST.CRT]CRT$ERR2.TXT:1(INPUT) AND
SYS$COMMON:[SYSTEST.CRT]CRT$ERR.TXT:1(OUTPUT) HAVE INCOMPATATIBLE ATTRIBTES.
 
C/C++ RUN TIME COMPONENTS ERROR MESSAGE TEST FAILED.
 
%NONAME-E-NOMEG,message number 00000002
 
%VMSINSTAL-E-IVPFAIL, The IVP for AACRT V60 has failed.
 
Can you tell me what going on and how do I figure it out ?
 
Regards,
 
 


The Answer is :

 
  Please contact the customer support center for installation problems.
 
  There have been IVP problems seen at sites with VAXCRTL erronously
  loaded in IMAGELIB.OLB, at sites with LNK$* or VAXCRTL or DECC$SHR
  logical names present, at sites with relevent shareables erroneously
  present in the SYS$SPECIFIC:[SYSLIB] directory, at sites with versions
  of CMA$RTL that reference VAXCRTL, and at sites with more recent
  versions of DECC$SHR.EXE present in SYS$SHARE: but erroneously not
  also loaded into IMAGELIB.OLB.
 

answer written or last revised on ( 25-MAR-1999 )

» close window