<?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: ACC Compilers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-compilers/m-p/2439104#M6587</link>
    <description>in fact look below on this page</description>
    <pubDate>Wed, 23 Aug 2000 14:36:04 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2000-08-23T14:36:04Z</dc:date>
    <item>
      <title>ACC Compilers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-compilers/m-p/2439102#M6585</link>
      <description>It is possible to install multiple versions of aCC compilers on a single server ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sailesh</description>
      <pubDate>Wed, 23 Aug 2000 14:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-compilers/m-p/2439102#M6585</guid>
      <dc:creator>Sailesh Moorjani</dc:creator>
      <dc:date>2000-08-23T14:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: ACC Compilers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-compilers/m-p/2439103#M6586</link>
      <description>Yes it's possible, I think the topic was discussed only yesterday, have you tried a search on say mutiple and compilers or CC &amp;amp; aCC ?&lt;BR /&gt;&lt;BR /&gt;Have you a specific scenario or Qu ?</description>
      <pubDate>Wed, 23 Aug 2000 14:34:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-compilers/m-p/2439103#M6586</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-08-23T14:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: ACC Compilers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-compilers/m-p/2439104#M6587</link>
      <description>in fact look below on this page</description>
      <pubDate>Wed, 23 Aug 2000 14:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-compilers/m-p/2439104#M6587</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-08-23T14:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: ACC Compilers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-compilers/m-p/2439105#M6588</link>
      <description>Also of use :&lt;BR /&gt;&lt;BR /&gt;As of aCC 01.21 (May 1999 release) there is a 'floating installation'&lt;BR /&gt;that does allow you to run more than one version of HP aC++ on the same&lt;BR /&gt;system, at the same time.  The 01.21 release notes contain this&lt;BR /&gt;information.&lt;BR /&gt;&lt;BR /&gt;Floating Installation:&lt;BR /&gt;&lt;BR /&gt;As of HP aC++ A.01.12 (for HP-UX 10.x), HP aC++ A.03.10 (for HP-UX 11.x),&lt;BR /&gt;and subsequent versions, allow you to install more than one version of&lt;BR /&gt;the HP aC++ compiler on one system, at the same time.  The floating&lt;BR /&gt;installation feature allows you to install the compiler in any location.&lt;BR /&gt;You can install as many compiler versions as required, depending on your&lt;BR /&gt;system's resources.&lt;BR /&gt;&lt;BR /&gt;By default, HP aC++ is installed under the /opt/aCC directory.  In prior&lt;BR /&gt;releases, the compiler driver (aCC) looked for related files in /opt/aCC&lt;BR /&gt;subdirectories.  This prevented the installation of more than one version&lt;BR /&gt;of HP aC++ on the same system at the same time.&lt;BR /&gt;&lt;BR /&gt;Note that the floating installation only affects the /opt/aCC files.  No&lt;BR /&gt;matter which HP aC++ driver you are using, the compiler still uses the&lt;BR /&gt;libraries, linker, and other files located in /usr/lib and /usr/ccs.&lt;BR /&gt;&lt;BR /&gt;     Note: You can use the __HP_aCC predefined macro to determine which&lt;BR /&gt;           version is being run.&lt;BR /&gt;&lt;BR /&gt;Caution: The floating installation is not intended for use with&lt;BR /&gt;            the following:&lt;BR /&gt;&lt;BR /&gt;            CCROOTDIR environment variable&lt;BR /&gt;            -tc,name command line option&lt;BR /&gt;&lt;BR /&gt;Setting Up Floating Installation&lt;BR /&gt;&lt;BR /&gt;You may want to install the most recent compiler version and keep the&lt;BR /&gt;prior version on one system.  If there are problems with the most recent&lt;BR /&gt;version, it is easy to switch to the prior version.  The following example&lt;BR /&gt;shows how to setup the floating installation feature for this purpose.&lt;BR /&gt;Assume that your system will have two versions of the compiler, both&lt;BR /&gt;floating install enabled.  In this case, A.03.10 is the prior version,&lt;BR /&gt;and A.03.13 is the more recent version.&lt;BR /&gt;&lt;BR /&gt;     1. Copy the prior version to another directory:&lt;BR /&gt;&lt;BR /&gt;        cp -rp /opt/aCC /opt/aCC.03.10&lt;BR /&gt;&lt;BR /&gt;     2. Use swinstall to install the new (in this case, A.03.13) version.&lt;BR /&gt;&lt;BR /&gt;     3. Invoke the A.03.10 compiler (with its absolute path):&lt;BR /&gt;&lt;BR /&gt;        /opt/aCC.03.10/bin/aCC app.C&lt;BR /&gt;&lt;BR /&gt;        Note: Alternatively, you could change your PATH environment&lt;BR /&gt;              variable or setup an alias for the absolute path.&lt;BR /&gt;&lt;BR /&gt;     4. Invoke the A.03.13 compiler:&lt;BR /&gt;&lt;BR /&gt;        aCC app.C&lt;BR /&gt;&lt;BR /&gt;You can also find the floating installation instructions in the following&lt;BR /&gt;sources:&lt;BR /&gt;&lt;BR /&gt;     A. Access the HP aC++ Online Programmers Guide by invoking&lt;BR /&gt;        'aCC +help' on your system.&lt;BR /&gt;&lt;BR /&gt;        --OR--&lt;BR /&gt;&lt;BR /&gt;     B. You can find the instructions on the web, along with other&lt;BR /&gt;        interesting C++ information:&lt;BR /&gt;&lt;BR /&gt;        &lt;BR /&gt;        &lt;A href="http://www.hp.com/go/c++" target="_blank"&gt;http://www.hp.com/go/c++&lt;/A&gt;&lt;BR /&gt;        &lt;BR /&gt;&lt;BR /&gt;        Once you access the site:&lt;BR /&gt;&lt;BR /&gt;        1. Select the 'Look at the Documentation' link.&lt;BR /&gt;&lt;BR /&gt;        2. Select the 'A.01.21 HTML' link.&lt;BR /&gt;&lt;BR /&gt;        3. Select the 'What's New' link (top of right-hand column).&lt;BR /&gt;&lt;BR /&gt;        4. Scroll down the page and select the "Floating installation'&lt;BR /&gt;           link.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Aug 2000 14:37:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-compilers/m-p/2439105#M6588</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-08-23T14:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: ACC Compilers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-compilers/m-p/2439106#M6589</link>
      <description>Thanks for the info Alex, I am trying aCC 1.09, 1.12 and 1.21 to be installed on a single server.&lt;BR /&gt;What about the runtime libraries, there are about 8 runtime libraries under /usr/lib directory ? Would the latest runtime libraries for 1.21 be backward compatible with 1.09 and 1.21.&lt;BR /&gt;&lt;BR /&gt;Sailesh</description>
      <pubDate>Wed, 23 Aug 2000 16:13:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-compilers/m-p/2439106#M6589</guid>
      <dc:creator>Sailesh Moorjani</dc:creator>
      <dc:date>2000-08-23T16:13:43Z</dc:date>
    </item>
  </channel>
</rss>

