Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7994665
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T14:11:38+00:00 2026-06-04T14:11:38+00:00

While running a makefile in gcc 4.1.2 (linux 5), I got the following error

  • 0

While running a makefile in gcc 4.1.2 (linux 5), I got the following error

make: yacc: Command not found

By googling, I came to know that this error can be rectified by installing Bison-GNU parser generator.
But even after installing Bison, I get the same error.

How can this error be solved?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T14:11:39+00:00Added an answer on June 4, 2026 at 2:11 pm

    From the looks of things, your makefile is expecting a yacc executable to be available and either it’s not, or it’s not on your path.

    Since bison is supposed to be compatible with yacc so the first thing I would try would be:

    alias yacc="bison"
    

    and try again. On my setup, /usr/bin/yacc is simply a script containing:

    #! /bin/sh
    exec '/usr/bin/bison' -y "$@"
    

    You can try to locate the yacc or bison executables with the command (substituting bison for yacc if need be):

    which yacc
    

    But they’re probably in one of the standard places like /bin or /usr/bin.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im getting following error while running the query. org.hibernate.hql.ast.QuerySyntaxException: expecting CLOSE, found 'LIMIT' near
We have the following problem while running the git fsck --full --strict command: error:
I am getting the following error while running my MVC application, which uses the
While running an application, I got the following exception. android.content.res.Resources$ResourcesNotFoundException: Resource ID # 0X7F03000a
While running my make file which is as follows, ../bin/output : ../lib/libfun.a ../obj/main.o gcc
While running a perl program I encountered the following error *** glibc detected ***
While running the code I've included below I receive the error EntityCommandExecutionException was unhandled
While running my android application in emulator,it shows The application is not installed in
How to hide cmd window while running a batch file? I use the following
I'm getting an Undefined Instruction error while running an embedded system, no coprocessor, no

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.