I'm trying to get flow-tools built on ubuntu 6.10. I've already patched a lot of stuff I've found in the archives but I can't find anything in the archives about this error except "Install flex." Which I did, but didn't help.
<br><br>Thanx!<br><br>$ make<br>Making all in lib<br>make[1]: Entering directory `/home/jsharpe/flow-tools-0.66/lib'<br>make all-am<br>make[2]: Entering directory `/home/jsharpe/flow-tools-0.66/lib'<br>make[2]: Nothing to be done for `all-am'.
<br>make[2]: Leaving directory `/home/jsharpe/flow-tools-0.66/lib'<br>make[1]: Leaving directory `/home/jsharpe/flow-tools-0.66/lib'<br>Making all in src<br>make[1]: Entering directory `/home/jsharpe/flow-tools-0.66
/src'<br>gcc -g -Wall -g -Wall -o flow-filter -L../lib flow-filter.o aclyacc.o acllex.o acl2.o -lft -lnsl -lz <br>acllex.o: In function `yylex':/home/jsharpe/flow-tools-0.66/src/lex.yy.c:958: undefined reference to `yywrap'
<br>acllex.o: In function `input':/home/jsharpe/flow-tools-0.66/src/lex.yy.c:1307: undefined reference to `yywrap'<br>collect2: ld returned 1 exit status<br>make[1]: *** [flow-filter] Error 1<br>make[1]: Leaving directory `/home/jsharpe/flow-
tools-0.66/src'<br>make: *** [all-recursive] Error 1<br><br>