<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: %ILINK-I-UDFSYM for VERB utility on I64 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ilink-i-udfsym-for-verb-utility-on-i64/m-p/5239078#M98687</link>
    <description>Verb?  &lt;BR /&gt;&lt;BR /&gt;That's far less necessary than it has been.  &lt;BR /&gt;&lt;BR /&gt;Why?  &lt;BR /&gt;&lt;BR /&gt;The CLD source files for the OpenVMS verbs have all been stored in and are available in SYS$UPDATE for some years now.  &lt;BR /&gt;&lt;BR /&gt;As for other options, the version of the Verb tool on Freeware V8.0 has rewritten DCL within its compile and link procedures, and has references to OpenVMS I64 within its procedures.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://decuslib.com/decus/freewarev80/verb/" target="_blank"&gt;http://decuslib.com/decus/freewarev80/verb/&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 10 May 2010 14:29:46 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2010-05-10T14:29:46Z</dc:date>
    <item>
      <title>%ILINK-I-UDFSYM for VERB utility on I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ilink-i-udfsym-for-verb-utility-on-i64/m-p/5239073#M98682</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;  I have not seen if anyone has built the VERB utility .EXE for I64.  The link in compile.com is fine on Alpha (DEC C V5.6-003 on OpenVMS Alpha V7.3-1).&lt;BR /&gt;&lt;BR /&gt;But on I64, I do not know how to fix the undefined symbol.  From compile.com ...&lt;BR /&gt;&lt;BR /&gt;$ cc verb&lt;BR /&gt;$ cdu verb_cld&lt;BR /&gt;$ cc verb_command&lt;BR /&gt;$ cc verb_disallows&lt;BR /&gt;$ cc verb_entity&lt;BR /&gt;$ cc verb_type&lt;BR /&gt;$ cc verb_find_entity&lt;BR /&gt;$ cc verb_file&lt;BR /&gt;$ cc init_cli&lt;BR /&gt;$ link/notraceback verb, verb_cld, verb_command, verb_disallows, -&lt;BR /&gt;        verb_entity, verb_file, verb_type, verb_find_entity, init_cli&lt;BR /&gt;%ILINK-W-NUDFSYMS, 1 undefined symbol:&lt;BR /&gt;%ILINK-I-UDFSYM,        CTL$AG_CLITABLE&lt;BR /&gt;%ILINK-W-USEUNDEF, undefined symbol CTL$AG_CLITABLE referenced&lt;BR /&gt;        section: $CODE$&lt;BR /&gt;        offset: %X0000000000000650  slot: 0&lt;BR /&gt;        module: VERB&lt;BR /&gt;        file: DISK1:[TOOL.VERB]VERB.OBJ;1&lt;BR /&gt;$!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The definition and use of the symbol is found as ...&lt;BR /&gt;&lt;BR /&gt;$ search .c,.h CTL$AG_CLITABLE /window=5&lt;BR /&gt;&lt;BR /&gt;******************************&lt;BR /&gt;DISK1:[TOOL.VERB]VERB.C;1&lt;BR /&gt;&lt;BR /&gt;main(int argc, char *argv[])&lt;BR /&gt;{&lt;BR /&gt;  globalref VectorBlock *ctl$ag_clitable;&lt;BR /&gt;  static $DESCRIPTOR(p1,"P1");&lt;BR /&gt;  static $DESCRIPTOR(q_all,"ALL");&lt;BR /&gt;***************&lt;BR /&gt;      else&lt;BR /&gt;      { /* assume /process */&lt;BR /&gt;        cmd_table = ctl$ag_clitable;&lt;BR /&gt;      }&lt;BR /&gt;    }&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;$ cc/version&lt;BR /&gt;HP C V7.3-018 on OpenVMS IA64 V8.3-1H1&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;Thanks for any education on this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Lester&lt;BR /&gt;</description>
      <pubDate>Mon, 10 May 2010 03:07:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ilink-i-udfsym-for-verb-utility-on-i64/m-p/5239073#M98682</guid>
      <dc:creator>Lester Dreckow</dc:creator>
      <dc:date>2010-05-10T03:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: %ILINK-I-UDFSYM for VERB utility on I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ilink-i-udfsym-for-verb-utility-on-i64/m-p/5239074#M98683</link>
      <description>Hi Lester,&lt;BR /&gt;&lt;BR /&gt;Give "/SYSEXE" qualifier with the LINK command.&lt;BR /&gt;&lt;BR /&gt;i.e. LINK/SYSEXE ...&lt;BR /&gt;&lt;BR /&gt;That should resolve it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Mon, 10 May 2010 03:34:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ilink-i-udfsym-for-verb-utility-on-i64/m-p/5239074#M98683</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-05-10T03:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: %ILINK-I-UDFSYM for VERB utility on I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ilink-i-udfsym-for-verb-utility-on-i64/m-p/5239075#M98684</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] VERB utility [...]&lt;BR /&gt;&lt;BR /&gt;Version?&lt;BR /&gt;&lt;BR /&gt;Around here (VERB V2.2-2), the problem is a&lt;BR /&gt;pre-IA64 builder.&lt;BR /&gt;&lt;BR /&gt;IT $ gdiff -u COMPILE.COM_orig COMPILE.COM&lt;BR /&gt;--- COMPILE.COM_orig    1995-08-24 09:44:08 -0500&lt;BR /&gt;+++ COMPILE.COM 2010-05-09 23:43:40 -0500&lt;BR /&gt;@@ -8,7 +8,7 @@&lt;BR /&gt; $!&lt;BR /&gt; $ cdu = "set command/object"&lt;BR /&gt; $!&lt;BR /&gt;-$ if target .eqs. "ALPHA"&lt;BR /&gt;+$ if target .nes. "VAX"&lt;BR /&gt; $ then&lt;BR /&gt; $   cc = "cc/nomember_alignment/standard=vaxc"&lt;BR /&gt; $   options = "/sysexe"&lt;BR /&gt;@@ -24,9 +24,9 @@&lt;BR /&gt; $!&lt;BR /&gt; $ if target .eqs. "VAX"&lt;BR /&gt; $ then&lt;BR /&gt;-$   if cpu .eqs. "ALPHA"&lt;BR /&gt;+$   if cpu .nes. "VAX"&lt;BR /&gt; $   then&lt;BR /&gt;-$       say "Cross compiling from Alpha to Vax not supported.."&lt;BR /&gt;+$       say "Cross compiling from ''cpu' to VAX not supported."&lt;BR /&gt; $       exit&lt;BR /&gt; $   endif&lt;BR /&gt; $   DECC =  (f$trnlnm("DECC$CC_DEFAULT") .eqs. "/DECC")        -&lt;BR /&gt;&lt;BR /&gt;IT $ @ compile&lt;BR /&gt;IT $ exec verb exit&lt;BR /&gt;define verb EXIT&lt;BR /&gt;   cliroutine EXIT, cliflags(immediate)&lt;BR /&gt;&lt;BR /&gt;IT $ cc /version&lt;BR /&gt;HP C V7.3-018 on OpenVMS IA64 V8.3-1H1</description>
      <pubDate>Mon, 10 May 2010 03:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ilink-i-udfsym-for-verb-utility-on-i64/m-p/5239075#M98684</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-05-10T03:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: %ILINK-I-UDFSYM for VERB utility on I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ilink-i-udfsym-for-verb-utility-on-i64/m-p/5239076#M98685</link>
      <description>Hi Lester,&lt;BR /&gt;&lt;BR /&gt;So the problem got resolved. Great!.&lt;BR /&gt;&lt;BR /&gt;Check the following link which says how you can thank the forum&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Murali</description>
      <pubDate>Mon, 10 May 2010 04:37:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ilink-i-udfsym-for-verb-utility-on-i64/m-p/5239076#M98685</guid>
      <dc:creator>P Muralidhar Kini</dc:creator>
      <dc:date>2010-05-10T04:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: %ILINK-I-UDFSYM for VERB utility on I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ilink-i-udfsym-for-verb-utility-on-i64/m-p/5239077#M98686</link>
      <description>Points saved this time.</description>
      <pubDate>Mon, 10 May 2010 04:42:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ilink-i-udfsym-for-verb-utility-on-i64/m-p/5239077#M98686</guid>
      <dc:creator>Lester Dreckow</dc:creator>
      <dc:date>2010-05-10T04:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: %ILINK-I-UDFSYM for VERB utility on I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ilink-i-udfsym-for-verb-utility-on-i64/m-p/5239078#M98687</link>
      <description>Verb?  &lt;BR /&gt;&lt;BR /&gt;That's far less necessary than it has been.  &lt;BR /&gt;&lt;BR /&gt;Why?  &lt;BR /&gt;&lt;BR /&gt;The CLD source files for the OpenVMS verbs have all been stored in and are available in SYS$UPDATE for some years now.  &lt;BR /&gt;&lt;BR /&gt;As for other options, the version of the Verb tool on Freeware V8.0 has rewritten DCL within its compile and link procedures, and has references to OpenVMS I64 within its procedures.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://decuslib.com/decus/freewarev80/verb/" target="_blank"&gt;http://decuslib.com/decus/freewarev80/verb/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 May 2010 14:29:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ilink-i-udfsym-for-verb-utility-on-i64/m-p/5239078#M98687</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2010-05-10T14:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: %ILINK-I-UDFSYM for VERB utility on I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ilink-i-udfsym-for-verb-utility-on-i64/m-p/5239079#M98688</link>
      <description>Now my closing comment disappeared (not yet enough practical experience with this forum).&lt;BR /&gt;&lt;BR /&gt;I said something like ...&lt;BR /&gt;&lt;BR /&gt;Perfect, thanks Murali and Steven.  (I did attempt to link with /SYSEXE, but my attempt was poor!).&lt;BR /&gt;&lt;BR /&gt;Thanks Hoff, good to know .cld files are now in sys$update.  But in this case I was looking at Oracle's RMU, RMUH and RMUI variations for multi-versioning.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Lester</description>
      <pubDate>Wed, 12 May 2010 06:06:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ilink-i-udfsym-for-verb-utility-on-i64/m-p/5239079#M98688</guid>
      <dc:creator>Lester Dreckow</dc:creator>
      <dc:date>2010-05-12T06:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: %ILINK-I-UDFSYM for VERB utility on I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ilink-i-udfsym-for-verb-utility-on-i64/m-p/5239080#M98689</link>
      <description>Lester,&lt;BR /&gt;&lt;BR /&gt;  A possible alternative... I'm fairly sure I successfully translated the Alpha VERB image to IA64. Given it's an infrequent use, non-performance sensitive utility, that may be the simplest option.</description>
      <pubDate>Wed, 12 May 2010 21:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ilink-i-udfsym-for-verb-utility-on-i64/m-p/5239080#M98689</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2010-05-12T21:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: %ILINK-I-UDFSYM for VERB utility on I64</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ilink-i-udfsym-for-verb-utility-on-i64/m-p/5239081#M98690</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] that may be the simplest option.&lt;BR /&gt;&lt;BR /&gt;Simpler than changing '.eqs. "ALPHA"' to&lt;BR /&gt;'.nes. "VAX"' (twice) in the builder?  This&lt;BR /&gt;must be some new meaning of "simplest".</description>
      <pubDate>Thu, 13 May 2010 00:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ilink-i-udfsym-for-verb-utility-on-i64/m-p/5239081#M98690</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-05-13T00:48:41Z</dc:date>
    </item>
  </channel>
</rss>

