<?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: Flex error on HPUX in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/flex-error-on-hpux/m-p/4045686#M94141</link>
    <description>&amp;gt;Steven: but it sure would be nice to know what it was trying to "exec".&lt;BR /&gt;&lt;BR /&gt;If Jerome hadn't already found out, using tusc would answer that question.</description>
    <pubDate>Sun, 29 Jul 2007 22:16:18 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-07-29T22:16:18Z</dc:date>
    <item>
      <title>Flex error on HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/flex-error-on-hpux/m-p/4045681#M94136</link>
      <description>Hi,&lt;BR /&gt;I am having a problem running Flex. My operating system is HP-UX 11.23 ia64 and the version of flex I am using is 2.5.33 retrieved from the flex-2.5.33-ia64-11.23.depot archive.&lt;BR /&gt;The problem is that if I try and process even the simplest program, I get a message:&lt;BR /&gt;"flex: fatal internal error, exec failed"&lt;BR /&gt;I have downloaded and installed all the runtime dependencies (gettext and libiconv) and added /usr/local/bin to my path and /usr/local/lib/hpux32 to LD_LIBRARY_PATH.&lt;BR /&gt;Does anybody have any ideas or experience with this problem?&lt;BR /&gt;Thanks,&lt;BR /&gt;Jerome</description>
      <pubDate>Sun, 29 Jul 2007 18:23:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/flex-error-on-hpux/m-p/4045681#M94136</guid>
      <dc:creator>Jerome Salmon</dc:creator>
      <dc:date>2007-07-29T18:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Flex error on HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/flex-error-on-hpux/m-p/4045682#M94137</link>
      <description>I know nothing, but a Google search for that&lt;BR /&gt;message found a suggestion to install GNU&lt;BR /&gt;"m4".  (I'll avoid the temptation to complain&lt;BR /&gt;about the sub-helpful error message, but it&lt;BR /&gt;sure would be nice to know what it was trying&lt;BR /&gt;to "exec".)</description>
      <pubDate>Sun, 29 Jul 2007 18:51:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/flex-error-on-hpux/m-p/4045682#M94137</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-07-29T18:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Flex error on HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/flex-error-on-hpux/m-p/4045683#M94138</link>
      <description>i had similar (not same) problem with another software on 11.23/IA64&lt;BR /&gt;&lt;BR /&gt; i set the SHLIB_PATH=usr/lib/X11R5.So i guess it may be some path problem ...&lt;BR /&gt;&lt;BR /&gt;tned33n:root [/sbin/init.d] diff agent agent.0621&lt;BR /&gt;17c17,18&lt;BR /&gt;&amp;lt;     export SHLIB_PATH=usr/lib/X11R5&lt;BR /&gt;---&lt;BR /&gt;&amp;gt;     LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/Navisphere/lib"&lt;BR /&gt;&amp;gt;     export LD_LIBRARY_PATH&lt;BR /&gt;</description>
      <pubDate>Sun, 29 Jul 2007 19:02:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/flex-error-on-hpux/m-p/4045683#M94138</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-29T19:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Flex error on HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/flex-error-on-hpux/m-p/4045684#M94139</link>
      <description>Thank you Steven,&lt;BR /&gt;This was exactly my problem. Once I loaded m4, all is working fine.&lt;BR /&gt;Jerome</description>
      <pubDate>Sun, 29 Jul 2007 20:21:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/flex-error-on-hpux/m-p/4045684#M94139</guid>
      <dc:creator>Jerome Salmon</dc:creator>
      <dc:date>2007-07-29T20:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Flex error on HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/flex-error-on-hpux/m-p/4045685#M94140</link>
      <description>I still don't know anything, but in flex's&lt;BR /&gt;"filter.c", there is this:&lt;BR /&gt;&lt;BR /&gt;static const char * check_4_gnu_m4 =&lt;BR /&gt;    "m4_dnl ifdef(`__gnu__', ,"&lt;BR /&gt;    "`errprint(Flex requires GNU M4. Set the PATH or set the M4 environment variable to its path name.)"&lt;BR /&gt;    " m4exit(2)')\n";&lt;BR /&gt;&lt;BR /&gt;Perhaps it got confused by finding the&lt;BR /&gt;non-GNU "m4" which comes with HP-UX, and that&lt;BR /&gt;led to the lame message.&lt;BR /&gt;&lt;BR /&gt;Everything's complicated.&lt;BR /&gt;&lt;BR /&gt;Reading the "flex" documentation might reveal&lt;BR /&gt;something, too, but I'm too lazy for that.</description>
      <pubDate>Sun, 29 Jul 2007 20:46:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/flex-error-on-hpux/m-p/4045685#M94140</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-07-29T20:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Flex error on HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-linux/flex-error-on-hpux/m-p/4045686#M94141</link>
      <description>&amp;gt;Steven: but it sure would be nice to know what it was trying to "exec".&lt;BR /&gt;&lt;BR /&gt;If Jerome hadn't already found out, using tusc would answer that question.</description>
      <pubDate>Sun, 29 Jul 2007 22:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/flex-error-on-hpux/m-p/4045686#M94141</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-29T22:16:18Z</dc:date>
    </item>
  </channel>
</rss>

