<?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: Does HP-UX 10.20 comes with lex and yacc? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/does-hp-ux-10-20-comes-with-lex-and-yacc/m-p/3211929#M714286</link>
    <description>BTW, the source seems to require lex in particular. I have flex installed but it won't work. Compiler complaint that the rules are not compatible. &lt;BR /&gt;&lt;BR /&gt;I'm trying to compile X11R5, not the one that comes with the CD.</description>
    <pubDate>Mon, 08 Mar 2004 07:41:55 GMT</pubDate>
    <dc:creator>Kwok Ching Yuen</dc:creator>
    <dc:date>2004-03-08T07:41:55Z</dc:date>
    <item>
      <title>Does HP-UX 10.20 comes with lex and yacc?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-hp-ux-10-20-comes-with-lex-and-yacc/m-p/3211927#M714284</link>
      <description>What is the name of the package? I can't find it on the CD so far. Please advise.</description>
      <pubDate>Mon, 08 Mar 2004 07:20:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-hp-ux-10-20-comes-with-lex-and-yacc/m-p/3211927#M714284</guid>
      <dc:creator>Kwok Ching Yuen</dc:creator>
      <dc:date>2004-03-08T07:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Does HP-UX 10.20 comes with lex and yacc?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-hp-ux-10-20-comes-with-lex-and-yacc/m-p/3211928#M714285</link>
      <description>GNU lex,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/flex-2.5.4a/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/flex-2.5.4a/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;GNU yacc,&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/bison-1.875/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/bison-1.875/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Mon, 08 Mar 2004 07:23:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-hp-ux-10-20-comes-with-lex-and-yacc/m-p/3211928#M714285</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2004-03-08T07:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Does HP-UX 10.20 comes with lex and yacc?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-hp-ux-10-20-comes-with-lex-and-yacc/m-p/3211929#M714286</link>
      <description>BTW, the source seems to require lex in particular. I have flex installed but it won't work. Compiler complaint that the rules are not compatible. &lt;BR /&gt;&lt;BR /&gt;I'm trying to compile X11R5, not the one that comes with the CD.</description>
      <pubDate>Mon, 08 Mar 2004 07:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-hp-ux-10-20-comes-with-lex-and-yacc/m-p/3211929#M714286</guid>
      <dc:creator>Kwok Ching Yuen</dc:creator>
      <dc:date>2004-03-08T07:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Does HP-UX 10.20 comes with lex and yacc?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-hp-ux-10-20-comes-with-lex-and-yacc/m-p/3211930#M714287</link>
      <description>I think it is available with STK. You can download STK for 10.20 from the following link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://devrsrc1.external.hp.com/STK/register.html?http://devrsrc1.external.hp.com/STK/STK10tools.bin" target="_blank"&gt;http://devrsrc1.external.hp.com/STK/register.html?http://devrsrc1.external.hp.com/STK/STK10tools.bin&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Mon, 08 Mar 2004 08:09:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-hp-ux-10-20-comes-with-lex-and-yacc/m-p/3211930#M714287</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2004-03-08T08:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Does HP-UX 10.20 comes with lex and yacc?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-hp-ux-10-20-comes-with-lex-and-yacc/m-p/3211931#M714288</link>
      <description>No, not unless you have some software development system -- generally, ANSI/C, Pascal, or C++. I also  suspect that you will have a very difficult time compiling, even with lex and yacc, using the Bundled C compiler, which understands only K&amp;amp;R C. You really need to either install an HP Deveopment system or install the Gnu versions. It should be rather easy to flex and bison to substitute for lex and lacc. Normally, this simply involves changing the make files.&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Mar 2004 10:28:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-hp-ux-10-20-comes-with-lex-and-yacc/m-p/3211931#M714288</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-03-08T10:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Does HP-UX 10.20 comes with lex and yacc?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-hp-ux-10-20-comes-with-lex-and-yacc/m-p/3211932#M714289</link>
      <description>OK, so can I confirm that lex and yacc don't come with the default bundles. I'll try to work on X11R5 with gcc/flex/bison then.</description>
      <pubDate>Mon, 08 Mar 2004 20:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-hp-ux-10-20-comes-with-lex-and-yacc/m-p/3211932#M714289</guid>
      <dc:creator>Kwok Ching Yuen</dc:creator>
      <dc:date>2004-03-08T20:52:06Z</dc:date>
    </item>
  </channel>
</rss>

