<?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 Compilation on gcc in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/compilation-on-gcc/m-p/3950660#M65612</link>
    <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I'm porting my code from HP-UX 11i (aCC-3.25) to Red Hat 3.4.3-9.EL4(gcc version 3.4.3 20041212 .&lt;BR /&gt;Please can anybody tell me what is the corresponding option in gcc makefile for -AA. In other word to use standard template library what is the option.&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance.&lt;BR /&gt;Regards,&lt;BR /&gt;Dinesh</description>
    <pubDate>Sat, 24 Feb 2007 03:58:11 GMT</pubDate>
    <dc:creator>dineshsethiya</dc:creator>
    <dc:date>2007-02-24T03:58:11Z</dc:date>
    <item>
      <title>Compilation on gcc</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compilation-on-gcc/m-p/3950660#M65612</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I'm porting my code from HP-UX 11i (aCC-3.25) to Red Hat 3.4.3-9.EL4(gcc version 3.4.3 20041212 .&lt;BR /&gt;Please can anybody tell me what is the corresponding option in gcc makefile for -AA. In other word to use standard template library what is the option.&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance.&lt;BR /&gt;Regards,&lt;BR /&gt;Dinesh</description>
      <pubDate>Sat, 24 Feb 2007 03:58:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compilation-on-gcc/m-p/3950660#M65612</guid>
      <dc:creator>dineshsethiya</dc:creator>
      <dc:date>2007-02-24T03:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Compilation on gcc</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compilation-on-gcc/m-p/3950661#M65613</link>
      <description>The -AA option on the 3.25 version of aCC is used to load the libstdc++_v2 library instead of the libstdc++ 1.2 version.  &lt;BR /&gt;&lt;BR /&gt;From the above information, gcc 3.4.3 is being used, which would use the libstdc++-v3 library.  Version 3 superceeds the v2 library.&lt;BR /&gt;&lt;BR /&gt;See:  &lt;A href="http://gcc.gnu.org/libstdc++/" target="_blank"&gt;http://gcc.gnu.org/libstdc++/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Is there a reason to use v2 features?  If you are just looking to map options, then you can drop the -AA option as libstdc++-v3 should be used by default.&lt;BR /&gt;&lt;BR /&gt;gcc version 4 is currently under development.</description>
      <pubDate>Sun, 25 Feb 2007 11:52:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compilation-on-gcc/m-p/3950661#M65613</guid>
      <dc:creator>Craig Gilmore</dc:creator>
      <dc:date>2007-02-25T11:52:00Z</dc:date>
    </item>
  </channel>
</rss>

