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&#39;<br>make&nbsp; all-am<br>make[2]: Entering directory `/home/jsharpe/flow-tools-0.66/lib&#39;<br>make[2]: Nothing to be done for `all-am&#39;.
<br>make[2]: Leaving directory `/home/jsharpe/flow-tools-0.66/lib&#39;<br>make[1]: Leaving directory `/home/jsharpe/flow-tools-0.66/lib&#39;<br>Making all in src<br>make[1]: Entering directory `/home/jsharpe/flow-tools-0.66
/src&#39;<br>gcc -g -Wall -g -Wall&nbsp;&nbsp; -o flow-filter -L../lib flow-filter.o aclyacc.o acllex.o acl2.o -lft&nbsp;&nbsp; -lnsl -lz <br>acllex.o: In function `yylex&#39;:/home/jsharpe/flow-tools-0.66/src/lex.yy.c:958: undefined reference to `yywrap&#39;
<br>acllex.o: In function `input&#39;:/home/jsharpe/flow-tools-0.66/src/lex.yy.c:1307: undefined reference to `yywrap&#39;<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&#39;<br>make: *** [all-recursive] Error 1<br><br>