<?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: Installing bison - receiving m4 error. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-bison-receiving-m4-error/m-p/4993094#M422744</link>
    <description>No, Don't change /etc/PATH unless this is a primary function if this machine. Checking the actual path of GNU m4 first is not such a bad thing, but /usr/bin is pretty crucial and its not the worst idea to have it near the beginning of the PATH&lt;BR /&gt;&lt;BR /&gt;The reason I don't recommend chaning /etc/PATH is picky and the way I do things.&lt;BR /&gt;&lt;BR /&gt;Better to do this right before configuring bison.&lt;BR /&gt;&lt;BR /&gt;PATH=&lt;PATH_TO_GNU_MN4&gt;:$PATH&lt;BR /&gt;&lt;BR /&gt;example&lt;BR /&gt;&lt;BR /&gt;PATH=/usr/local/bin/gnu/m4:$PATH&lt;BR /&gt;&lt;BR /&gt;This sticks gnu in ahead of the m4 that is not capble of working with bison.&lt;BR /&gt;&lt;BR /&gt;You can modify PATH in any number of ways but  I prefer the way I just told you.&lt;BR /&gt;&lt;BR /&gt;Gave fun and good luck. Note: The End of Support date on 11.00 is December 31, this year.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/PATH_TO_GNU_MN4&gt;</description>
    <pubDate>Tue, 25 Jul 2006 13:39:06 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-07-25T13:39:06Z</dc:date>
    <item>
      <title>Installing bison - receiving m4 error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-bison-receiving-m4-error/m-p/4993091#M422741</link>
      <description>While doing a ./configure for bison I receive the error:&lt;BR /&gt;&lt;BR /&gt;checking for gm4... no&lt;BR /&gt;checking for gnum4... no&lt;BR /&gt;checking for m4... /usr/bin/m4&lt;BR /&gt;checking whether m4 supports frozen files... no&lt;BR /&gt;configure: error: GNU M4 1.4 is required&lt;BR /&gt;&lt;BR /&gt;Does anyone know why I'm getting this error and how to fix it?&lt;BR /&gt;&lt;BR /&gt;I'm running this on HP-UX 11.0 box and have just installed GNU m4 1.4.&lt;BR /&gt;&lt;BR /&gt;GBR</description>
      <pubDate>Tue, 25 Jul 2006 13:14:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-bison-receiving-m4-error/m-p/4993091#M422741</guid>
      <dc:creator>GBR</dc:creator>
      <dc:date>2006-07-25T13:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Installing bison - receiving m4 error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-bison-receiving-m4-error/m-p/4993092#M422742</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Most likely the PATH variable does not include the install point for GNU m4. /usr/bin/m4 is probably not where GNU m4 is installed. Change the PATH includes the actual m4 you need before  /usr/bin&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 25 Jul 2006 13:30:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-bison-receiving-m4-error/m-p/4993092#M422742</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-25T13:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Installing bison - receiving m4 error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-bison-receiving-m4-error/m-p/4993093#M422743</link>
      <description>Thanks SEP,&lt;BR /&gt;&lt;BR /&gt;I'm pretty sure that will work, but that would involve modifying /etc/PATH right?&lt;BR /&gt;&lt;BR /&gt;Is putting /usr/local/bin before /usr/bin a bad thing?&lt;BR /&gt;&lt;BR /&gt;Greg</description>
      <pubDate>Tue, 25 Jul 2006 13:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-bison-receiving-m4-error/m-p/4993093#M422743</guid>
      <dc:creator>GBR</dc:creator>
      <dc:date>2006-07-25T13:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Installing bison - receiving m4 error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-bison-receiving-m4-error/m-p/4993094#M422744</link>
      <description>No, Don't change /etc/PATH unless this is a primary function if this machine. Checking the actual path of GNU m4 first is not such a bad thing, but /usr/bin is pretty crucial and its not the worst idea to have it near the beginning of the PATH&lt;BR /&gt;&lt;BR /&gt;The reason I don't recommend chaning /etc/PATH is picky and the way I do things.&lt;BR /&gt;&lt;BR /&gt;Better to do this right before configuring bison.&lt;BR /&gt;&lt;BR /&gt;PATH=&lt;PATH_TO_GNU_MN4&gt;:$PATH&lt;BR /&gt;&lt;BR /&gt;example&lt;BR /&gt;&lt;BR /&gt;PATH=/usr/local/bin/gnu/m4:$PATH&lt;BR /&gt;&lt;BR /&gt;This sticks gnu in ahead of the m4 that is not capble of working with bison.&lt;BR /&gt;&lt;BR /&gt;You can modify PATH in any number of ways but  I prefer the way I just told you.&lt;BR /&gt;&lt;BR /&gt;Gave fun and good luck. Note: The End of Support date on 11.00 is December 31, this year.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/PATH_TO_GNU_MN4&gt;</description>
      <pubDate>Tue, 25 Jul 2006 13:39:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-bison-receiving-m4-error/m-p/4993094#M422744</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-25T13:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Installing bison - receiving m4 error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-bison-receiving-m4-error/m-p/4993095#M422745</link>
      <description>SEP,&lt;BR /&gt;&lt;BR /&gt;Good advice.  &lt;BR /&gt;&lt;BR /&gt;I set the PATH just before configuration to /usr/local/bin (it worked).  It didn't work with /user/local/bin/m4.  &lt;BR /&gt;&lt;BR /&gt;To clarify, if I set the PATH for the bison build, the bison app will always use the PATH that was set at compilation time (which is PATH=/usr/local/bin:$PATH)?&lt;BR /&gt;&lt;BR /&gt;Greg</description>
      <pubDate>Tue, 25 Jul 2006 14:16:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-bison-receiving-m4-error/m-p/4993095#M422745</guid>
      <dc:creator>GBR</dc:creator>
      <dc:date>2006-07-25T14:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Installing bison - receiving m4 error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-bison-receiving-m4-error/m-p/4993096#M422746</link>
      <description>Yes Greg,&lt;BR /&gt;&lt;BR /&gt;Glad to help btw.&lt;BR /&gt;&lt;BR /&gt;what /usr/local/bin/m4&lt;BR /&gt;&lt;BR /&gt;This should enable you to confirm that this is indeed the gnu version of m4.&lt;BR /&gt;&lt;BR /&gt;There may be a need to change the ./configure file. I'm not the worlds greatest compiler, so can't be sure about that. There may be further advice in the README and other compile instructions that ship with bison source code.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jul 2006 14:39:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-bison-receiving-m4-error/m-p/4993096#M422746</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-25T14:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Installing bison - receiving m4 error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-bison-receiving-m4-error/m-p/4993097#M422747</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if the location of the m4 macro processor is configurable,&lt;BR /&gt;&lt;BR /&gt;configure --help&lt;BR /&gt;&lt;BR /&gt;will tell you the required option.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Wed, 26 Jul 2006 07:00:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-bison-receiving-m4-error/m-p/4993097#M422747</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-07-26T07:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Installing bison - receiving m4 error.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/installing-bison-receiving-m4-error/m-p/4993098#M422748</link>
      <description>Closed.</description>
      <pubDate>Wed, 09 Aug 2006 12:45:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/installing-bison-receiving-m4-error/m-p/4993098#M422748</guid>
      <dc:creator>GBR</dc:creator>
      <dc:date>2006-08-09T12:45:07Z</dc:date>
    </item>
  </channel>
</rss>

