On Wed, Aug 13, 2003 at 09:42:49PM +1200, Dave wrote:
[EMAIL PROTECTED] mailfilter-0.4.0]# make
...
make[2]: Entering directory `/tmp/mailfilter-0.4.0/src'
cd . && \
byacc -d -oy.tab.c rcfile.yy; \
mv --force ./y.tab.c ./rcparser.cc; \
mv --force ./y.tab.h ./rcparser.h
usage: byacc [-dlrtv] [-b file_prefix] [-p symbol_prefix] filename
mv: cannot stat `./y.tab.c': No such file or directory
mv: cannot stat `./y.tab.h': No such file or directory
Well, your copy of byacc failed to run, triggering errors in the mv
commands. Looks like the version of byacc you have doesn't support the
-o outputfile option.
My MDK box is currently remote, and urpmi claims that byacc is found on
the second install CD ... I can't get that disk inserted from here! So
I
can't confirm the version/usage for you. But that's the thing to look
for - the package that byacc comes from might be the wrong version.
-jim