On Tue, Feb 25, 2003 at 10:38:17AM -0500, Jesse W. Asher wrote:
>
> I'm trying to get nessus 2.0 compiled on Solaris 9 and I'm having a
> problem. I'm not sure what is causing it, but bison appears not to be
> producing a needed file. Here is the error:
>
> make[1]: Entering directory
> `/export/home/jasher/src/nessus-2.0/libnasl/nasl'
> bison -d -v -t -p nasl nasl_grammar.y
Please do :
make "nasl_grammar.tab.c"
ls "*tab*"
mv (the name of the file with *tab* in it) nasl_grammar.tab.c
make
(however that's still very weird).