<?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: redistributing shared lib built &amp;amp; linked with aCC in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/redistributing-shared-lib-built-amp-linked-with-acc/m-p/3523287#M701299</link>
    <description>Thanks!&lt;BR /&gt;&lt;BR /&gt;Here are the relevant versions, I believe:&lt;BR /&gt;&lt;BR /&gt;... &amp;gt; uname -r&lt;BR /&gt;B.11.11&lt;BR /&gt; &lt;BR /&gt;... &amp;gt; what aCC&lt;BR /&gt;aCC:&lt;BR /&gt;        $Revision: 92453-07 linker linker crt0.o B.11.30 020412 $&lt;BR /&gt;        HP aC++ B3910B A.03.35&lt;BR /&gt;        HP aC++ B3910B A.03.33 Language Support Library&lt;BR /&gt;&lt;BR /&gt;I also understand that the other system has the same OS&lt;BR /&gt;&lt;BR /&gt;I'll review the docs some more</description>
    <pubDate>Wed, 13 Apr 2005 11:18:09 GMT</pubDate>
    <dc:creator>josh_109</dc:creator>
    <dc:date>2005-04-13T11:18:09Z</dc:date>
    <item>
      <title>redistributing shared lib built &amp; linked with aCC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redistributing-shared-lib-built-amp-linked-with-acc/m-p/3523285#M701297</link>
      <description>I compiled and linked a shared lib file (.so) using aCC, and I'd like to redistribute the file to another party who does not have aCC installed.  When they try to run against the library, they get errors.  So far, I'm thinking that's because they don't have the aCC environment.  Is there a freely redistributable portion of aCC that I can provide to them so that they can properly use the .so file (assuming this is the problem)?</description>
      <pubDate>Tue, 12 Apr 2005 14:17:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redistributing-shared-lib-built-amp-linked-with-acc/m-p/3523285#M701297</guid>
      <dc:creator>josh_109</dc:creator>
      <dc:date>2005-04-12T14:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: redistributing shared lib built &amp; linked with aCC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redistributing-shared-lib-built-amp-linked-with-acc/m-p/3523286#M701298</link>
      <description>You don't bother to identify your OS or your compiler version so I can't be specific but yes there are run-time libraries available that you are free to install. Almost all, require that if you install the run-time libraries on target machines, you miust make certain that the matching header files were used to compile on the development machine. Read the patch installation instructions carefully.&lt;BR /&gt;&lt;BR /&gt;As an example, PHSS_32573 is a patch-set that will install the run-time libraries for 11.11.</description>
      <pubDate>Tue, 12 Apr 2005 16:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redistributing-shared-lib-built-amp-linked-with-acc/m-p/3523286#M701298</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-12T16:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: redistributing shared lib built &amp; linked with aCC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redistributing-shared-lib-built-amp-linked-with-acc/m-p/3523287#M701299</link>
      <description>Thanks!&lt;BR /&gt;&lt;BR /&gt;Here are the relevant versions, I believe:&lt;BR /&gt;&lt;BR /&gt;... &amp;gt; uname -r&lt;BR /&gt;B.11.11&lt;BR /&gt; &lt;BR /&gt;... &amp;gt; what aCC&lt;BR /&gt;aCC:&lt;BR /&gt;        $Revision: 92453-07 linker linker crt0.o B.11.30 020412 $&lt;BR /&gt;        HP aC++ B3910B A.03.35&lt;BR /&gt;        HP aC++ B3910B A.03.33 Language Support Library&lt;BR /&gt;&lt;BR /&gt;I also understand that the other system has the same OS&lt;BR /&gt;&lt;BR /&gt;I'll review the docs some more</description>
      <pubDate>Wed, 13 Apr 2005 11:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redistributing-shared-lib-built-amp-linked-with-acc/m-p/3523287#M701299</guid>
      <dc:creator>josh_109</dc:creator>
      <dc:date>2005-04-13T11:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: redistributing shared lib built &amp; linked with aCC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redistributing-shared-lib-built-amp-linked-with-acc/m-p/3523288#M701300</link>
      <description>I looked at the patch you mentioned (which fortuitously matches the version of our OS), and saw:&lt;BR /&gt;&lt;BR /&gt; s700_800 11.11 HP aC++ -AA runtime libraries (aCC A.03.61)&lt;BR /&gt;&lt;BR /&gt;When we compiled our shared object, we had to use the -Aa option instead of the -AA option.  Does anyone know whether that would require a different set of runtime libraries?</description>
      <pubDate>Wed, 13 Apr 2005 11:23:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redistributing-shared-lib-built-amp-linked-with-acc/m-p/3523288#M701300</guid>
      <dc:creator>josh_109</dc:creator>
      <dc:date>2005-04-13T11:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: redistributing shared lib built &amp; linked with aCC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/redistributing-shared-lib-built-amp-linked-with-acc/m-p/3523289#M701301</link>
      <description>The library should work although your version of aCC is rather old. You should really update your compiler before deploying your code as a number of fixes have been applied to your version.</description>
      <pubDate>Wed, 13 Apr 2005 12:04:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/redistributing-shared-lib-built-amp-linked-with-acc/m-p/3523289#M701301</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-13T12:04:51Z</dc:date>
    </item>
  </channel>
</rss>

