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.c
mv y.tab.h grammar.h
gcc -c  -g -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wmissing-noreturn  grammar.c
:  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?

Thanks,
Ras

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Nfdump-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfdump-discuss

Reply via email to