Ras wrote:
> When I try to compile nfdump 1.5.2, it aborts with 'lex.yy.c' not found.
>
> : scanner.l
> mv lex.yy.c scanner.c
> mv: cannot stat `lex.yy.c': No such file or directory
> make: *** [scanner.c] Error 1
>
>
> Has anyone seen this before and/or know of a work-around?
>
I believe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sorry folks for coming in late. I was out of the office last week.
As of interface in/out:
nfcapd collects the standard v9 elements NF9_INPUT_SNMP and NF9_OUTPUT_SNMP
which corresponds to %in and %out in the output formats. They are also set
in the c
When I try to compile nfdump 1.5.2, it aborts with 'lex.yy.c' not found.
Box is running Ubuntu 6.06, and the configure completes correctly.
gcc -c -g -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wmissing-noreturn nfdump.c
bison -y -d -v grammar.y
mv y.tab.c grammar