Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!husc6!think!ames!amdahl!nsc!voder!cullsj!jayz From: jayz@cullsj.UUCP (Jay Zorzy) Newsgroups: comp.os.vms Subject: Re: Relinking/Recompiling for VMS 5.0 Message-ID: <329@cullsj.UUCP> Date: 20 Jun 88 21:09:35 GMT References: <65@860800.UUCP> Organization: Cullinet Software, San Jose, CA Lines: 18 From article <65@860800.UUCP>, by case@860800.UUCP (Bill Case): > Has anyone found any reasons to relink or recompile > ordinary application programs under VMS 5.0? I know of no need to recompile code for 5.0. You must relink any privileged code, that is any code linked with the VMS system symbol table (SYS$SYSTEM:SYS.STB). We also found we had to relink our code that was linked with the TPU callable routines in SYS$LIBRARY:TPUSHR.EXE. Any images linked with the V4.x version of TPUSHR get the ident mismatch error with the V5.0 version of TPUSHR. This is because DEC decreased the gsmatch major id in TPUSHR from 5 to 2. I guess this more clearly identifies the new TPUSHR as version 2.0 of TPU, but don't ask me why DEC *down*-rev'd a run-time library. Jay Zorzy Cullinet Software