Compile on OpenBSD with yacc is not working

Issue #20 resolved
Bertrand Provost created an issue

Hello,

There is a bug when I try to compile monit on OpenBSD with yacc (with bison it works).

The problem seem to be with option order, options first, file after (like written in usage).

# gmake
/usr/bin/flex -i -osrc/lex.yy.c src/l.l 
yacc -dvt src/p.y -o src/y.tab.c
usage: yacc [-dlrtv] [-b file_prefix] [-o output_file] [-p symbol_prefix] file
gmake: *** [src/y.tab.c] Error 1

Comments (4)

  1. Log in to comment