On Tue, Nov 17, 2015 at 01:17:04PM -0600, Bruce Dubbs wrote:
> 
> You do have bison.  That's good, but there is a problem with yacc.  What is
> the full output of 'yacc --help' or 'yacc --version'?  If those don't give
> anything useful, then what do you get when you type 'yacc' alone on the
> command line?
> 
> In any case what you will need to do (as root) is
> 
> rm /usr/bin/yacc
> ln -s bison /usr/bin/yacc
> 
> or
> 
> rm /usr/bin/yacc
> cat > /usr/bin/yacc << EOF
> #! /bin/sh
> exec '/usr/bin/bison' -y "$@"
> EOF
> 
Wikipedia suggests that Berkeley Yacc is "broadly compatible with
bison".  Maybe it will work (apart from version-check needing to be
updated), or maybe it won't.

ĸen
-- 
This email was written using 100% recycled letters.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to