<?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 Problem building gnu make 3.82 on OVMS Alpha 8.3 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/problem-building-gnu-make-3-82-on-ovms-alpha-8-3/m-p/5284368#M41638</link>
    <description>In case someone (*cough* Hartmut *cough*) has the time to take a look...&lt;BR /&gt;&lt;BR /&gt;I just downloaded gnu make 3.82 and tried to build it on OpenVMS Alpha 8.3 and encountered this c error (see attached simple log file of the build.)  I did not change any default settings on the config.h-vms at all.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 09 Jun 2011 12:02:01 GMT</pubDate>
    <dc:creator>EdgarZamora</dc:creator>
    <dc:date>2011-06-09T12:02:01Z</dc:date>
    <item>
      <title>Problem building gnu make 3.82 on OVMS Alpha 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-building-gnu-make-3-82-on-ovms-alpha-8-3/m-p/5284368#M41638</link>
      <description>In case someone (*cough* Hartmut *cough*) has the time to take a look...&lt;BR /&gt;&lt;BR /&gt;I just downloaded gnu make 3.82 and tried to build it on OpenVMS Alpha 8.3 and encountered this c error (see attached simple log file of the build.)  I did not change any default settings on the config.h-vms at all.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jun 2011 12:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-building-gnu-make-3-82-on-ovms-alpha-8-3/m-p/5284368#M41638</guid>
      <dc:creator>EdgarZamora</dc:creator>
      <dc:date>2011-06-09T12:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem building gnu make 3.82 on OVMS Alpha 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-building-gnu-make-3-82-on-ovms-alpha-8-3/m-p/5284369#M41639</link>
      <description>At the time this version for VMS was written, there was no strncasecmp() in C RTL.&lt;BR /&gt;If You really want to rebuild 3.82 (isn't this or a newer version in GNV ?), just  delete the prototype of strncasecmp from make.h, and #include &lt;STRINGS.H&gt; if not yet there.&lt;BR /&gt;&lt;BR /&gt;Help CRTL strncasecmp says:&lt;BR /&gt; #include  &lt;STRINGS.H&gt;&lt;BR /&gt; int strncasecmp  (const char *s1, const char *s2, size_t n);&lt;BR /&gt;&lt;/STRINGS.H&gt;&lt;/STRINGS.H&gt;</description>
      <pubDate>Thu, 09 Jun 2011 12:17:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-building-gnu-make-3-82-on-ovms-alpha-8-3/m-p/5284369#M41639</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2011-06-09T12:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem building gnu make 3.82 on OVMS Alpha 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-building-gnu-make-3-82-on-ovms-alpha-8-3/m-p/5284370#M41640</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I just downloaded [...]&lt;BR /&gt;&lt;BR /&gt;You just downloaded what, exactly, from&lt;BR /&gt;where, exactly?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Help CRTL strncasecmp says:&lt;BR /&gt;&lt;BR /&gt;Rather than toss the old, built-in&lt;BR /&gt;str[n]casecmp stuff, you might make it&lt;BR /&gt;conditional on the same stuff (or its&lt;BR /&gt;complement) as &lt;STRING.H&gt; uses:&lt;BR /&gt;&lt;BR /&gt;#if !defined _ANSI_C_SOURCE &amp;amp;&amp;amp; __CRTL_VER &amp;gt;= 70000000&lt;BR /&gt;&lt;BR /&gt;or &lt;STRINGS.H&gt;:&lt;BR /&gt;&lt;BR /&gt;#if __CRTL_VER &amp;gt;= 70000000&lt;BR /&gt;&lt;BR /&gt;depending on which one you use.&lt;/STRINGS.H&gt;&lt;/STRING.H&gt;</description>
      <pubDate>Thu, 09 Jun 2011 12:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-building-gnu-make-3-82-on-ovms-alpha-8-3/m-p/5284370#M41640</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-06-09T12:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem building gnu make 3.82 on OVMS Alpha 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-building-gnu-make-3-82-on-ovms-alpha-8-3/m-p/5284371#M41641</link>
      <description>ah no, don't change make.h, it has &lt;BR /&gt;#if !HAVE_STRNCASECMP&lt;BR /&gt;before it defines strncasecmp.&lt;BR /&gt;Activate/add #define HAVE_STRNCASECMP 1&lt;BR /&gt;in config.h-vms .</description>
      <pubDate>Thu, 09 Jun 2011 12:33:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-building-gnu-make-3-82-on-ovms-alpha-8-3/m-p/5284371#M41641</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2011-06-09T12:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem building gnu make 3.82 on OVMS Alpha 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-building-gnu-make-3-82-on-ovms-alpha-8-3/m-p/5284372#M41642</link>
      <description>&amp;gt;&amp;gt; Activate/add #define HAVE_STRNCASECMP 1&lt;BR /&gt;in config.h-vms  &amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;That did it!  I found&lt;BR /&gt;&lt;BR /&gt;/* Define to 1 if you have the strcasecmp function.  */&lt;BR /&gt;#define HAVE_STRCASECMP 1&lt;BR /&gt;&lt;BR /&gt;but no STRNCASECMP so I added&lt;BR /&gt;&lt;BR /&gt;#define HAVE_STRNCASECMP 1&lt;BR /&gt;&lt;BR /&gt;to the config.h-vms file.  Thank you!&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jun 2011 13:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-building-gnu-make-3-82-on-ovms-alpha-8-3/m-p/5284372#M41642</guid>
      <dc:creator>EdgarZamora</dc:creator>
      <dc:date>2011-06-09T13:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem building gnu make 3.82 on OVMS Alpha 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-building-gnu-make-3-82-on-ovms-alpha-8-3/m-p/5284373#M41643</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] so I added [...]&lt;BR /&gt;&lt;BR /&gt;#if __CRTL_VER &amp;gt;= 70000000&lt;BR /&gt;# define HAVE_STRNCASECMP 1&lt;BR /&gt;#endif</description>
      <pubDate>Thu, 09 Jun 2011 13:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-building-gnu-make-3-82-on-ovms-alpha-8-3/m-p/5284373#M41643</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-06-09T13:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem building gnu make 3.82 on OVMS Alpha 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-building-gnu-make-3-82-on-ovms-alpha-8-3/m-p/5284374#M41644</link>
      <description>Thanks Steven.&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jun 2011 13:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-building-gnu-make-3-82-on-ovms-alpha-8-3/m-p/5284374#M41644</guid>
      <dc:creator>EdgarZamora</dc:creator>
      <dc:date>2011-06-09T13:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem building gnu make 3.82 on OVMS Alpha 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-building-gnu-make-3-82-on-ovms-alpha-8-3/m-p/5284375#M41645</link>
      <description>Thanks all.</description>
      <pubDate>Thu, 09 Jun 2011 13:21:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-building-gnu-make-3-82-on-ovms-alpha-8-3/m-p/5284375#M41645</guid>
      <dc:creator>EdgarZamora</dc:creator>
      <dc:date>2011-06-09T13:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem building gnu make 3.82 on OVMS Alpha 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-building-gnu-make-3-82-on-ovms-alpha-8-3/m-p/5284376#M41646</link>
      <description>This problem is known for some time. It was on ITRC in last September. And I submited a fix. Today's report reminded me to check whether the fix made it to the sources: it didn't. Anyway, the fix will very likely appear only in the next release of GNU make.</description>
      <pubDate>Thu, 09 Jun 2011 16:00:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-building-gnu-make-3-82-on-ovms-alpha-8-3/m-p/5284376#M41646</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2011-06-09T16:00:25Z</dc:date>
    </item>
  </channel>
</rss>

