fetchmail-friends
[Top] [All Lists]

Re: [fetchmail]PATH to yacc

2004-09-06 07:09:55
heitkamp(_at_)ameritech(_dot_)net wrote:
If yacc is in your path or even on your system.
If you have bison you can write a little shell script called
yacc and inside put something like:
#!/bin/sh
bison -y $@

Or just edit the Makefile, after running configure.  Find the
line YACC=yacc and replace yacc with bison -y.  Assuming you have
bison.

If you have bison in your PATH, configure will find it and tell make to use 
it as its yacc.  That's not the problem.
The problem here is that yacc is in a directory not in the PATH.

-- 
==============================|   "A microscope locked in on one point
 Rob Funk <rfunk(_at_)funknet(_dot_)net> |Never sees what kind of room that 
it's in"
 http://www.funknet.net/rfunk |    -- Chris Mars, "Stuck in Rewind"



<Prev in Thread] Current Thread [Next in Thread>