<?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 Installing Common Areas in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Installing-Common-Areas/m-p/984948#M26928</link>
    <description>I have this scenario consider file NAV1.for &lt;BR /&gt; &lt;BR /&gt;block data NAV1 &lt;BR /&gt;include 'NAV2.for' &lt;BR /&gt;end &lt;BR /&gt; &lt;BR /&gt;now if in NAV2.for there are more then one common area is declared like NAV2.for is like this &lt;BR /&gt; &lt;BR /&gt;integer *2 a &lt;BR /&gt;integer *2 b &lt;BR /&gt; &lt;BR /&gt;common/N1/a &lt;BR /&gt;common/N2/b &lt;BR /&gt; &lt;BR /&gt;now If I  use following command to link NAV1 &lt;BR /&gt;$ Link/Share/Exe = NAV$COMMON:NAV1.EXE - &lt;BR /&gt;   NAV$OBJECT:NAV1.OBJ, SYS$INPUT/OPTION &lt;BR /&gt;   SYMBOL_VECTOR=(N1=PSECT) &lt;BR /&gt;   PSECT_ATTR=N1,SHR &lt;BR /&gt; &lt;BR /&gt;in third and fourth line I have to use the name of one of the common area otherwise if I use NAV1 in third and fourth line it gives  &lt;BR /&gt;%LINK-W-UPSCNOCONTRI, universal psect NAV1 was not contributed by any object module &lt;BR /&gt;        deleted from Global Symbol Table &lt;BR /&gt; &lt;BR /&gt;but if I use N1 and install it with following command &lt;BR /&gt;$ Install Create SYS$SHARE:NAV1/WRITABLE/SHARED &lt;BR /&gt;It does'nt work for the programs that uses N2 common areas, is there any way to link NAV1 as shareable and install it, so that both common areas are available. &lt;BR /&gt; &lt;BR /&gt;Thanks &lt;BR /&gt; &lt;BR /&gt;Naveed</description>
    <pubDate>Tue, 26 Feb 2002 15:01:06 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2002-02-26T15:01:06Z</dc:date>
    <item>
      <title>Installing Common Areas</title>
      <link>https://community.intel.com/t5/Software-Archive/Installing-Common-Areas/m-p/984948#M26928</link>
      <description>I have this scenario consider file NAV1.for &lt;BR /&gt; &lt;BR /&gt;block data NAV1 &lt;BR /&gt;include 'NAV2.for' &lt;BR /&gt;end &lt;BR /&gt; &lt;BR /&gt;now if in NAV2.for there are more then one common area is declared like NAV2.for is like this &lt;BR /&gt; &lt;BR /&gt;integer *2 a &lt;BR /&gt;integer *2 b &lt;BR /&gt; &lt;BR /&gt;common/N1/a &lt;BR /&gt;common/N2/b &lt;BR /&gt; &lt;BR /&gt;now If I  use following command to link NAV1 &lt;BR /&gt;$ Link/Share/Exe = NAV$COMMON:NAV1.EXE - &lt;BR /&gt;   NAV$OBJECT:NAV1.OBJ, SYS$INPUT/OPTION &lt;BR /&gt;   SYMBOL_VECTOR=(N1=PSECT) &lt;BR /&gt;   PSECT_ATTR=N1,SHR &lt;BR /&gt; &lt;BR /&gt;in third and fourth line I have to use the name of one of the common area otherwise if I use NAV1 in third and fourth line it gives  &lt;BR /&gt;%LINK-W-UPSCNOCONTRI, universal psect NAV1 was not contributed by any object module &lt;BR /&gt;        deleted from Global Symbol Table &lt;BR /&gt; &lt;BR /&gt;but if I use N1 and install it with following command &lt;BR /&gt;$ Install Create SYS$SHARE:NAV1/WRITABLE/SHARED &lt;BR /&gt;It does'nt work for the programs that uses N2 common areas, is there any way to link NAV1 as shareable and install it, so that both common areas are available. &lt;BR /&gt; &lt;BR /&gt;Thanks &lt;BR /&gt; &lt;BR /&gt;Naveed</description>
      <pubDate>Tue, 26 Feb 2002 15:01:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installing-Common-Areas/m-p/984948#M26928</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2002-02-26T15:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Common Areas</title>
      <link>https://community.intel.com/t5/Software-Archive/Installing-Common-Areas/m-p/984949#M26929</link>
      <description>You need to make an entry for each common you want to share, so use an options file such as: &lt;BR /&gt;&lt;PRE&gt; 
symbol_vector=(n1=psect) 
symbol_vector=(n2=psect) 
psect_attr=n1,shr 
psect_attr=n2,shr 
&lt;/PRE&gt; &lt;BR /&gt;and link/share nav1,options/opt to get all your globals defined.&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2002 05:59:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Installing-Common-Areas/m-p/984949#M26929</guid>
      <dc:creator>james1</dc:creator>
      <dc:date>2002-02-27T05:59:02Z</dc:date>
    </item>
  </channel>
</rss>

