Simon Blandford <[EMAIL PROTECTED]> wrote:
> David Guerizec wrote:
> >bison runs in yacc-compatible mode when ruan as yacc, so this shouldn't
> be a problem.
> >What platform/distribution are you using ?
> >What version of bison did you (re-)installed ?
>
> Hi David,
>
> I installed the latest version from one of the GNU FTP mirrors, version
> 1.28. It does not create an entry for /usr/bin/yacc. I just added a soft
> link. Maybe this isn't sufficient to get it to run in "yacc" mode. How
> do I persuade this bison that it is really a yacc?
create a file /usr/bin/yacc containing:
#!/bin/sh
exec bison -y "$@"
> Regards,
> Simon.
--
Best regards, David Guerizec
http://www.guerizec.net/david/ http://www.imuable.org/
http://www.midgard-project.org/ http://www.aurora-linux.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]