<?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 Questions about GCC in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766124#M101925</link>
    <description>1. Can i use shared libraries compiled on aCC in binaries compiled on GCC?&lt;BR /&gt;2.Can i compile 64-bit objects on GCC?</description>
    <pubDate>Wed, 05 Apr 2006 04:38:19 GMT</pubDate>
    <dc:creator>Vadim Yezhakov</dc:creator>
    <dc:date>2006-04-05T04:38:19Z</dc:date>
    <item>
      <title>Questions about GCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766124#M101925</link>
      <description>1. Can i use shared libraries compiled on aCC in binaries compiled on GCC?&lt;BR /&gt;2.Can i compile 64-bit objects on GCC?</description>
      <pubDate>Wed, 05 Apr 2006 04:38:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766124#M101925</guid>
      <dc:creator>Vadim Yezhakov</dc:creator>
      <dc:date>2006-04-05T04:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about GCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766125#M101926</link>
      <description>1. Yes&lt;BR /&gt;2. What architecture?&lt;BR /&gt;&lt;BR /&gt;on PA-RISC, you need two gcc compilers: one for 32bit generation, and one for 64bit generation. They do not mix.&lt;BR /&gt;&lt;BR /&gt;on Itanium, there is only one compiler, which is able to generate both.&lt;BR /&gt;&lt;BR /&gt;To see all available options:&lt;BR /&gt;&lt;BR /&gt;# gcc -v --help&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 05 Apr 2006 04:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766125#M101926</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-04-05T04:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about GCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766126#M101927</link>
      <description>Hi Vadim, &lt;BR /&gt;&lt;BR /&gt;1. Can i use shared libraries compiled on aCC in binaries compiled on GCC?&lt;BR /&gt;&lt;BR /&gt;Yes, You can do it. &lt;BR /&gt;&lt;BR /&gt;2. Can i compile 64-bit objects on GCC?&lt;BR /&gt;&lt;BR /&gt;Ofcourse, Yes. &lt;BR /&gt;&lt;BR /&gt;You need to have a 64 bit GCC for this. You can download from &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,7663,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,7663,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 05 Apr 2006 04:44:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766126#M101927</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-04-05T04:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about GCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766127#M101928</link>
      <description>1. Can i use shared libraries compiled on aCC in binaries compiled on GCC?&lt;BR /&gt;&lt;BR /&gt;You can use that.&lt;BR /&gt;&lt;BR /&gt;2.Can i compile 64-bit objects on GCC?&lt;BR /&gt;&lt;BR /&gt;Based on the platform you can use. See model command output to see whether you machine is PA-RISC or Itanium. &lt;BR /&gt;&lt;BR /&gt;64 bit gcc compiler is available for PA-RISC to support 64 bit.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Wed, 05 Apr 2006 04:55:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766127#M101928</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-04-05T04:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about GCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766128#M101929</link>
      <description>Hello Vadim, &lt;BR /&gt;&lt;BR /&gt;To compile 64 bit in GCC, &lt;BR /&gt;&lt;BR /&gt;PA-RISC, you can install 64 bit compiler, &lt;BR /&gt;&lt;BR /&gt;/usr/local/gcc64/bin/gcc as your compiler. &lt;BR /&gt;&lt;BR /&gt;IA64, -mlp64 with GCC. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 05 Apr 2006 05:15:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766128#M101929</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-04-05T05:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about GCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766129#M101930</link>
      <description>And one more question:&lt;BR /&gt;function names in GCC and aCC objects are different.&lt;BR /&gt;I must use extern "C" directive or i can use some key in compiler?</description>
      <pubDate>Wed, 05 Apr 2006 05:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766129#M101930</guid>
      <dc:creator>Vadim Yezhakov</dc:creator>
      <dc:date>2006-04-05T05:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about GCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766130#M101931</link>
      <description>Hi Vadim, &lt;BR /&gt;&lt;BR /&gt;You can use Key-in Directives for the portability. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 05 Apr 2006 05:56:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766130#M101931</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-04-05T05:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about GCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766131#M101932</link>
      <description>Hi Vadim, &lt;BR /&gt;&lt;BR /&gt;You can also check these threads for more information, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=36827" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=36827&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=726526" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=726526&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 05 Apr 2006 06:03:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766131#M101932</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-04-05T06:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about GCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766132#M101933</link>
      <description>Just to clarify a point, when you say GCC do you mean the GCC C compiler only?  Mixing GCC C code with aCC is fine but you cannot mix code compiled with the g++ compiler with code compiled with the aCC compiler.  I.e. you can only use one C++ compiler but you can use it with code compiled with either the GNU or HP C compilers or both.&lt;BR /&gt;&lt;BR /&gt;GCC (all uppercase) is usually interpreted as the GNU Compiler Collection, which includes both C and C++ compilers. gcc (lowercase) is the GCC C language compiler.</description>
      <pubDate>Wed, 05 Apr 2006 19:25:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766132#M101933</guid>
      <dc:creator>Steve Ellcey</dc:creator>
      <dc:date>2006-04-05T19:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about GCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766133#M101934</link>
      <description>I mean just g++ compiler. And code, compiled by aCC is C++ too.</description>
      <pubDate>Wed, 05 Apr 2006 23:50:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766133#M101934</guid>
      <dc:creator>Vadim Yezhakov</dc:creator>
      <dc:date>2006-04-05T23:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about GCC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766134#M101935</link>
      <description>I am afraid you are out of luck then.  There is no way to combine C++ code compiled with aCC with C++ code compiled with g++.  On PA, the two compilers have completely different ABI's (different name mangling), and on both PA and IPF the two compilers have different runtime libraries.  Each compiler only works with its own runtime library and you can't link in both C++ runtime libraries into one executable.</description>
      <pubDate>Thu, 06 Apr 2006 09:53:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/questions-about-gcc/m-p/3766134#M101935</guid>
      <dc:creator>Steve Ellcey</dc:creator>
      <dc:date>2006-04-06T09:53:28Z</dc:date>
    </item>
  </channel>
</rss>

