<?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: configuring flex:Make: Cannot load yacc.  Stop. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-flex-make-cannot-load-yacc-stop/m-p/2657136#M928440</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check your /opt/langtools/bin directory to see if you have yacc installed (comes with any C/C++ development toolkit) If so, modify your path.&lt;BR /&gt;&lt;BR /&gt;Else you can get Berkeley yacc from this site.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.ee.ualberta.ca/hppd/hpux/Languages/byacc-3.0/" target="_blank"&gt;http://hpux.ee.ualberta.ca/hppd/hpux/Languages/byacc-3.0/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 01 Feb 2002 16:56:30 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2002-02-01T16:56:30Z</dc:date>
    <item>
      <title>configuring flex:Make: Cannot load yacc.  Stop.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-flex-make-cannot-load-yacc-stop/m-p/2657133#M928437</link>
      <description>When I do a make CFLAGS=-O2 LDFLAGS=-s under flex I get the following message:&lt;BR /&gt;make CFLAGS=-O2 LDFLAGS=-s&lt;BR /&gt;        cp ./initscan.c scan.c&lt;BR /&gt;        touch .bootstrap&lt;BR /&gt;        CONFIG_FILES= CONFIG_HEADERS=config.h:conf.in ./config.status&lt;BR /&gt;creating config.h&lt;BR /&gt;config.h is unchanged&lt;BR /&gt;        echo timestamp &amp;gt;stamp-h&lt;BR /&gt;        gcc -c -I. -I. -O2 ccl.c&lt;BR /&gt;        gcc -c -I. -I. -O2 dfa.c&lt;BR /&gt;        gcc -c -I. -I. -O2 ecs.c&lt;BR /&gt;        gcc -c -I. -I. -O2 gen.c&lt;BR /&gt;        gcc -c -I. -I. -O2 main.c&lt;BR /&gt;        gcc -c -I. -I. -O2 misc.c&lt;BR /&gt;        gcc -c -I. -I. -O2 nfa.c&lt;BR /&gt;        yacc -d ./parse.y&lt;BR /&gt;Make: Cannot load yacc.  Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have put the full path to flex in my profile.&lt;BR /&gt;Can anyone help Please?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Feb 2002 16:31:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-flex-make-cannot-load-yacc-stop/m-p/2657133#M928437</guid>
      <dc:creator>shamini samuthrarathnam</dc:creator>
      <dc:date>2002-02-01T16:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: configuring flex:Make: Cannot load yacc.  Stop.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-flex-make-cannot-load-yacc-stop/m-p/2657134#M928438</link>
      <description>You need to install yacc first.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 01 Feb 2002 16:33:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-flex-make-cannot-load-yacc-stop/m-p/2657134#M928438</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-02-01T16:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: configuring flex:Make: Cannot load yacc.  Stop.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-flex-make-cannot-load-yacc-stop/m-p/2657135#M928439</link>
      <description>Well, since you are using gcc you almost certainly didn't purchase any sort of development system. Yacc and lex are bundled with any of the C/C++ deveopment systems. You need to install the Gnu version of yacc which is called bison.&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Feb 2002 16:52:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-flex-make-cannot-load-yacc-stop/m-p/2657135#M928439</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-02-01T16:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: configuring flex:Make: Cannot load yacc.  Stop.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-flex-make-cannot-load-yacc-stop/m-p/2657136#M928440</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check your /opt/langtools/bin directory to see if you have yacc installed (comes with any C/C++ development toolkit) If so, modify your path.&lt;BR /&gt;&lt;BR /&gt;Else you can get Berkeley yacc from this site.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.ee.ualberta.ca/hppd/hpux/Languages/byacc-3.0/" target="_blank"&gt;http://hpux.ee.ualberta.ca/hppd/hpux/Languages/byacc-3.0/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Feb 2002 16:56:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-flex-make-cannot-load-yacc-stop/m-p/2657136#M928440</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-02-01T16:56:30Z</dc:date>
    </item>
  </channel>
</rss>

