While compiling Nessus-1.3.3 on a Solaris 7 host, with gcc version 2.95.2, with bison 1.875 & m4 1.4 from the sunfreeware site, I get the following errors compiling 1.3.3. Here's the output, while compiling libnasl.

bison -d -v -t -p nasl nasl_grammar.y
nasl_grammar.y: conflicts: 22 shift/reduce
M4sugar requires GNU M4. Install it before installing M4sugar or
set the M4 environment variable to its path name.*** Signal 13
make: Fatal error: Command failed for target `nasl_grammar.tab.c'

And when I set the environment variable to point at m4, even though it's already in my path, I get...
bison -d -v -t -p nasl nasl_grammar.y
nasl_grammar.y: conflicts: 22 shift/reduce
*** Signal 13
make: Fatal error: Command failed for target `nasl_grammar.tab.c'

So, what am I missing?
Scott

Reply via email to