<?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: sample Dec C complier makefile request for openvms 8.3 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/sample-dec-c-complier-makefile-request-for-openvms-8-3/m-p/4682448#M40431</link>
    <description>&lt;!--!*#--&gt;&amp;gt; GNU make 3.82 is available on&lt;BR /&gt;&amp;gt; &lt;A href="http://ftp.gnu.org/gnu/make/." target="_blank"&gt;http://ftp.gnu.org/gnu/make/.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Have you tried to use it (on a VMS system)?</description>
    <pubDate>Fri, 03 Sep 2010 03:40:39 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2010-09-03T03:40:39Z</dc:date>
    <item>
      <title>sample Dec C complier makefile request for openvms 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sample-dec-c-complier-makefile-request-for-openvms-8-3/m-p/4682443#M40426</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Dec C compiler has installed on Itanium Openvms 8.3 and compiling for C is ok.&lt;BR /&gt;I need a makefile sample and how to compile using makefile in DCL.&lt;BR /&gt;Pls give me a procedure(example) step by step.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Sep 2010 07:38:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sample-dec-c-complier-makefile-request-for-openvms-8-3/m-p/4682443#M40426</guid>
      <dc:creator>vpar</dc:creator>
      <dc:date>2010-09-02T07:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: sample Dec C complier makefile request for openvms 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sample-dec-c-complier-makefile-request-for-openvms-8-3/m-p/4682444#M40427</link>
      <description>Hi and welcome,&lt;BR /&gt;First of all, VMS is not Unix.&lt;BR /&gt;So there is no (native) 'make'-utility on VMS.&lt;BR /&gt;HP offers MMS (as part of DECset), so you need a license.&lt;BR /&gt;For info about the use (and abuse) of MMS, see:&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/73final/5825/5825_.htm" target="_blank"&gt;http://h71000.www7.hp.com/doc/73final/5825/5825_.htm&lt;/A&gt;&lt;BR /&gt;There is also a freeware equivalent of MMS called MMK. Please see our website:&lt;BR /&gt;&lt;A href="http://www.quadratrix.be/freeware.html" target="_blank"&gt;http://www.quadratrix.be/freeware.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)</description>
      <pubDate>Thu, 02 Sep 2010 08:12:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sample-dec-c-complier-makefile-request-for-openvms-8-3/m-p/4682444#M40427</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2010-09-02T08:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: sample Dec C complier makefile request for openvms 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sample-dec-c-complier-makefile-request-for-openvms-8-3/m-p/4682445#M40428</link>
      <description>&lt;BR /&gt;The "native" VMS make facility is MMS, part of the DECset software suite. If You have it, see with HELP MMS how to use it.&lt;BR /&gt;MMS has a /GENERATE switch to generate a makefile from a given list of source files.&lt;BR /&gt;There is a freeware clone of called MMK from Matt Madison, available from &lt;BR /&gt; &lt;A href="http://vms.process.com/scripts/fileserv/fileserv.com?MMK" target="_blank"&gt;http://vms.process.com/scripts/fileserv/fileserv.com?MMK&lt;/A&gt;&lt;BR /&gt;It is compatible with MMS, but lacks the /GENERATE feature.&lt;BR /&gt;Although I am no experienced user of MMS, maybe  some of my makefiles at &lt;BR /&gt;&lt;A href="http://www.mpp.mpg.de/~huber/util/main/" target="_blank"&gt;http://www.mpp.mpg.de/~huber/util/main/&lt;/A&gt;&lt;BR /&gt;(see all the *.MMS files) are instructive.&lt;BR /&gt;&lt;BR /&gt;If You are coming from a U*x environment, the  "make/Makefile" compatible way is also available, if You have the GNV suite with the bash shell installed (see at the "freeware" page of the HP OpenVMS web site).&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 02 Sep 2010 08:22:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sample-dec-c-complier-makefile-request-for-openvms-8-3/m-p/4682445#M40428</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-09-02T08:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: sample Dec C complier makefile request for openvms 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sample-dec-c-complier-makefile-request-for-openvms-8-3/m-p/4682446#M40429</link>
      <description>&lt;!--!*#--&gt;&amp;gt; There is also a freeware equivalent [...]&lt;BR /&gt;&lt;BR /&gt;&amp;gt; There is a freeware clone [...]&lt;BR /&gt;&lt;BR /&gt;MMK is not a "clone" of MMS, and it's not&lt;BR /&gt;"equivalent" to it.  MMK can be a replacement&lt;BR /&gt;for MMS, in some (many) cases.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&amp;gt; It is compatible with MMS, but lacks the&lt;BR /&gt;&amp;gt; /GENERATE feature. [...]&lt;BR /&gt;&lt;BR /&gt;Mostly compatible.  And several other&lt;BR /&gt;features, too, but the price is right.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Pls give me a procedure(example) step by&lt;BR /&gt;&amp;gt; step.&lt;BR /&gt;&lt;BR /&gt;Please (Plus?) give a clear explanation of&lt;BR /&gt;what you really want.  (Using whole English&lt;BR /&gt;words can improve communication, too.)  What,&lt;BR /&gt;exactly, are you trying to do?&lt;BR /&gt;&lt;BR /&gt;There are MMS/MMK description files in many&lt;BR /&gt;of the packages found at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://antinode.info/dec/index.html#Software" target="_blank"&gt;http://antinode.info/dec/index.html#Software&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;They do tend to be rather complicated,&lt;BR /&gt;however, so they may not be the best&lt;BR /&gt;elementary examples.</description>
      <pubDate>Thu, 02 Sep 2010 13:26:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sample-dec-c-complier-makefile-request-for-openvms-8-3/m-p/4682446#M40429</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-09-02T13:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: sample Dec C complier makefile request for openvms 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sample-dec-c-complier-makefile-request-for-openvms-8-3/m-p/4682447#M40430</link>
      <description>GNU make 3.82 is available on &lt;A href="http://ftp.gnu.org/gnu/make/." target="_blank"&gt;http://ftp.gnu.org/gnu/make/.&lt;/A&gt; It includes a sample makefile (to make itself)</description>
      <pubDate>Thu, 02 Sep 2010 19:31:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sample-dec-c-complier-makefile-request-for-openvms-8-3/m-p/4682447#M40430</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2010-09-02T19:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: sample Dec C complier makefile request for openvms 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sample-dec-c-complier-makefile-request-for-openvms-8-3/m-p/4682448#M40431</link>
      <description>&lt;!--!*#--&gt;&amp;gt; GNU make 3.82 is available on&lt;BR /&gt;&amp;gt; &lt;A href="http://ftp.gnu.org/gnu/make/." target="_blank"&gt;http://ftp.gnu.org/gnu/make/.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Have you tried to use it (on a VMS system)?</description>
      <pubDate>Fri, 03 Sep 2010 03:40:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sample-dec-c-complier-makefile-request-for-openvms-8-3/m-p/4682448#M40431</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-09-03T03:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: sample Dec C complier makefile request for openvms 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sample-dec-c-complier-makefile-request-for-openvms-8-3/m-p/4682449#M40432</link>
      <description>&lt;BR /&gt;I built gnu make 8.2 on my ancient VMS7.3-1, DECC 6.5,latest CRTL available for 7.3-1, with only a minor modification in config.h-vms:&lt;BR /&gt;&lt;BR /&gt;/* Define to 1 if you have the strncasecmp function.  */&lt;BR /&gt;#define HAVE_STRNCASECMP 1  /* also available*/&lt;BR /&gt;&lt;BR /&gt;Hartmut, can You confirm and update ? For 7.3-2 + it should be there also.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Sep 2010 06:25:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sample-dec-c-complier-makefile-request-for-openvms-8-3/m-p/4682449#M40432</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2010-09-03T06:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: sample Dec C complier makefile request for openvms 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sample-dec-c-complier-makefile-request-for-openvms-8-3/m-p/4682450#M40433</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] For 7.3-2 + it should be there also.&lt;BR /&gt;&lt;BR /&gt;Around here (see &lt;STRING.H&gt;), the appropriate&lt;BR /&gt;test would seem to be&lt;BR /&gt;&lt;BR /&gt;      __CRTL_VER &amp;gt;= 70000000&lt;/STRING.H&gt;</description>
      <pubDate>Fri, 03 Sep 2010 12:43:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sample-dec-c-complier-makefile-request-for-openvms-8-3/m-p/4682450#M40433</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-09-03T12:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: sample Dec C complier makefile request for openvms 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sample-dec-c-complier-makefile-request-for-openvms-8-3/m-p/4682451#M40434</link>
      <description>&amp;gt;&amp;gt;&amp;gt; with only a minor modification in config.h-vms:&lt;BR /&gt;&lt;BR /&gt;Yes, you are right.&lt;BR /&gt;&lt;BR /&gt;I don't like this, but it happened. I tested the latest RC. Then there was a change which defines strncasecmp, in case it is not available. That escaped me. Strncasecmp isn't used in the VMS version at all. It is only used for the Win32 and MS-DOS versions.&lt;BR /&gt;&lt;BR /&gt;I make sure that config.h-vms is updated.</description>
      <pubDate>Fri, 03 Sep 2010 13:18:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sample-dec-c-complier-makefile-request-for-openvms-8-3/m-p/4682451#M40434</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2010-09-03T13:18:50Z</dc:date>
    </item>
  </channel>
</rss>

