SUBROUTINE UNRESOLVED_KERNLIB_REFERENCES () C---------------------------------------------------------------------- C- C- Purpose and Methods : This module provides empty routine for the Linker C- It seems like the latest releases of the CERNLIB C- library KERNLIB expect to find some routines from the C- SYS$LIBRARY:VAXCRTL object library. Unfortunately, C- this also pulls additional modules with duplicate C- names. C- Assuming that these routines are not actually used by C- TCC, we just provide empty routines to the linker C- C---------------------------------------------------------------------- ENTRY PERROR () PRINT *, & ' **** Routine PERROR from VAXCRTL not available to TRICS *** ' GOTO 999 ENTRY LSEEK () PRINT *, & ' **** Routine LSEEK from VAXCRTL not available to TRICS *** ' GOTO 999 999 CONTINUE C RETURN STOP END