Bruce,

lfs@Microknoppix:/mnt/lfs/sources$ file /usr/bin/yacc
/usr/bin/yacc: symbolic link to /etc/alternatives/yacc

lfs@Microknoppix:/mnt/lfs/sources$ cat /usr/bin/yacc
#! /bin/sh
exec '/usr/bin/bison' -y "$@"

It must just be an artifact of Knoppix... carrying on

-Edwin James


On your host, what does  /usr/bin/yacc look like?

$ file /usr/bin/yacc
/usr/bin/yacc: POSIX shell script, ASCII text executable

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

  -- Bruce
--
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