<?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 gcc and g++ for VMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/gcc-and-g-for-vms/m-p/3477176#M31821</link>
    <description>I did some searching, but haven't found what I'm looking for.    Anyone have pointers for gcc and g++ built for VMS?</description>
    <pubDate>Wed, 02 Feb 2005 16:52:17 GMT</pubDate>
    <dc:creator>Geoff Bryant</dc:creator>
    <dc:date>2005-02-02T16:52:17Z</dc:date>
    <item>
      <title>gcc and g++ for VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gcc-and-g-for-vms/m-p/3477176#M31821</link>
      <description>I did some searching, but haven't found what I'm looking for.    Anyone have pointers for gcc and g++ built for VMS?</description>
      <pubDate>Wed, 02 Feb 2005 16:52:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gcc-and-g-for-vms/m-p/3477176#M31821</guid>
      <dc:creator>Geoff Bryant</dc:creator>
      <dc:date>2005-02-02T16:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: gcc and g++ for VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gcc-and-g-for-vms/m-p/3477177#M31822</link>
      <description>Geoff,&lt;BR /&gt;&lt;BR /&gt;The following may be of some help (you don't mention&lt;BR /&gt;whether it is for VAX or Alpha).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tmk.com/ftp/vms-freeware/gcc-for-alpha/" target="_blank"&gt;http://www.tmk.com/ftp/vms-freeware/gcc-for-alpha/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Feb 2005 20:13:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gcc-and-g-for-vms/m-p/3477177#M31822</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2005-02-02T20:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: gcc and g++ for VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gcc-and-g-for-vms/m-p/3477178#M31823</link>
      <description>Hi Geoff,&lt;BR /&gt;&lt;BR /&gt;Found a pointer&lt;BR /&gt;&lt;A href="http://www.sunsite.ualberta.ca/Documentation/Gnu/gcc-3.0.2/html_node/gcc_toc.html#SEC_Contents" target="_blank"&gt;http://www.sunsite.ualberta.ca/Documentation/Gnu/gcc-3.0.2/html_node/gcc_toc.html#SEC_Contents&lt;/A&gt;&lt;BR /&gt;This would indicate that the Gnu CC 3.0.2 has been ported to VMS (no mention of architecture though).&lt;BR /&gt;&lt;A href="http://www.gnu.org" target="_blank"&gt;www.gnu.org&lt;/A&gt; does not mention VMS at all.&lt;BR /&gt;And if I'm not mistaken, there is a version of gcc in the GNV (downloadable from HP website)&lt;BR /&gt;( &lt;A href="http://h71000.www7.hp.com/opensource/gnvreadme_first.html" target="_blank"&gt;http://h71000.www7.hp.com/opensource/gnvreadme_first.html&lt;/A&gt; )&lt;BR /&gt;&lt;BR /&gt;Kris (aka Qkcl)</description>
      <pubDate>Thu, 03 Feb 2005 02:41:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gcc-and-g-for-vms/m-p/3477178#M31823</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2005-02-03T02:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: gcc and g++ for VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gcc-and-g-for-vms/m-p/3477179#M31824</link>
      <description>Kris,&lt;BR /&gt;&lt;BR /&gt;It would appear that the gcc command in GNV is just a wrapper&lt;BR /&gt;that invokes the CXX compiler.&lt;BR /&gt;&lt;BR /&gt;From the GNV link...&lt;BR /&gt;    * g++  added to GNV wrapper&lt;BR /&gt;      The wrapper utility processes UNIX-style compile and link (and related) commands. It reads commands such as the UNIX cc command and invokes the appropriate OpenVMS DCL command.&lt;BR /&gt;      For this release, g++ has been added as a synonym for cxx . This matches the gcc command to invoke the C++ compiler. &lt;BR /&gt;&lt;BR /&gt;This would require a CXX compiler license. The only&lt;BR /&gt;reference to VMS I could see at the GNU site was&lt;BR /&gt;that the port to alpha-vms was a work in progress.&lt;BR /&gt;&lt;BR /&gt;Geoff, if you have a hobbyist system, you can use&lt;BR /&gt;the C++ compiler from HP. Are you looking for gcc&lt;BR /&gt;for any specific reason?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Feb 2005 03:07:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gcc-and-g-for-vms/m-p/3477179#M31824</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2005-02-03T03:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: gcc and g++ for VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gcc-and-g-for-vms/m-p/3477180#M31825</link>
      <description>Hi Geoff,&lt;BR /&gt;&lt;BR /&gt;we ported GNU-C/c++ awhile ago. But efforts needed to maintain the port and no real commercial interest (most people using C/C++ for a production environment do use the really good HP-C-Compiler) we decided to stop maintaining and supporting the port.&lt;BR /&gt;&lt;BR /&gt;I will have a look at it again, when our ia64-openVMS-System is up and running.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
      <pubDate>Thu, 03 Feb 2005 03:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gcc-and-g-for-vms/m-p/3477180#M31825</guid>
      <dc:creator>Andreas Fassl</dc:creator>
      <dc:date>2005-02-03T03:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: gcc and g++ for VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gcc-and-g-for-vms/m-p/3477181#M31826</link>
      <description>There is a very old gcc for VAX floating around somewhere but I don't think there is anything current that is freely downloadable.  This question comes up pretty frequently and the only evidence I've seen of an actively maintained gcc is what the GNAT Ada people have behind the scenes in order to support their Ada product.  See:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.adacore.com/" target="_blank"&gt;http://www.adacore.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It's not terribly practical to buy a commercial Ada product in order to get a free C compiler, and I'm not even sure all the pieces such as libraries are included.  Was there anything about gcc in particular that you wanted other than its being free?</description>
      <pubDate>Thu, 03 Feb 2005 23:24:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gcc-and-g-for-vms/m-p/3477181#M31826</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2005-02-03T23:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: gcc and g++ for VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gcc-and-g-for-vms/m-p/3477182#M31827</link>
      <description>Thanks everyone.&lt;BR /&gt;&lt;BR /&gt;This is for commercial interest for porting some code to the AXP, so we do need something that will work.   I think I will look at GNV.&lt;BR /&gt;&lt;BR /&gt;We should have a C++ license that I'll go dig up for this.&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Feb 2005 16:22:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gcc-and-g-for-vms/m-p/3477182#M31827</guid>
      <dc:creator>Geoff Bryant</dc:creator>
      <dc:date>2005-02-08T16:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: gcc and g++ for VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/gcc-and-g-for-vms/m-p/3477183#M31828</link>
      <description>Hi Geoff,&lt;BR /&gt;&lt;BR /&gt;the easiest way to "dig up" a c++ license is to get a registered DSPP member. For a very moderate yearly fee you'll get not only c++ for OpenVMS, you'll get all the licenses for all the products you'll find on the Condist CDs. &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Andreas</description>
      <pubDate>Tue, 08 Feb 2005 18:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/gcc-and-g-for-vms/m-p/3477183#M31828</guid>
      <dc:creator>Andreas Fassl</dc:creator>
      <dc:date>2005-02-08T18:02:52Z</dc:date>
    </item>
  </channel>
</rss>

