Hello, I'm attempting to install flow-tools-0.66 on a Fedora Core 1 server and I've run into some problems. Configure seems to work fine, although make fails with the following errors:
***[snip]*** flow-dscan.c: In function `main': flow-dscan.c:565: warning: deprecated use of label at end of compound statement flow-dscan.c: In function `ager': flow-dscan.c:809: warning: deprecated use of label at end of compound statement ***[snip]*** flow-receive.c: In function `main': flow-receive.c:757: warning: deprecated use of label at end of compound statement ***[snip]*** y.tab.c: In function `yyparse': y.tab.c:417: warning: implicit declaration of function `yylex' y.tab.c:458: warning: implicit declaration of function `yyerror' if gcc -I./../lib -L./../lib -I. -I. -I../lib -g -Wall -g -Wall -MT acllex.o -MD -MP -MF ".deps/acllex.Tpo" \ -c -o acllex.o `test -f 'acllex.c' || echo './'`acllex.c; \ then mv ".deps/acllex.Tpo" ".deps/acllex.Po"; \ else rm -f ".deps/acllex.Tpo"; exit 1; \ fi lex.yy.c:1225: warning: `yyunput' defined but not used if gcc -I./../lib -L./../lib -I. -I. -I../lib -g -Wall -g -Wall -MT acl2.o -MD -MP -MF ".deps/acl2.Tpo" \ -c -o acl2.o `test -f 'acl2.c' || echo './'`acl2.c; \ then mv ".deps/acl2.Tpo" ".deps/acl2.Po"; \ else rm -f ".deps/acl2.Tpo"; exit 1; \ fi gcc -g -Wall -g -Wall -o flow-filter -L../lib flow-filter.o aclyacc.o acllex.o acl2.o -lft -lnsl -lwrap -lz acllex.o(.text+0x4e3): In function `yylex': /usr/local/src/flow-tools-0.66/src/lex.yy.c:958: undefined reference to `yywrap' acllex.o(.text+0xc23): In function `input': /usr/local/src/flow-tools-0.66/src/lex.yy.c:1307: undefined reference to `yywrap' collect2: ld returned 1 exit status make[1]: *** [flow-filter] Error 1 make[1]: Leaving directory `/usr/local/src/flow-tools-0.66/src' make: *** [all-recursive] Error 1 [EMAIL PROTECTED] flow-tools-0.66]$ Naturally, make install fails after this. I've also attempted to install 0.67, to see if maybe these issues have been addressed in the latest non-stable version. However, this version produced the same errors. Has anyone run into similar issues or have any idea how I should go about correcting this? Garry W. Cook, CCNA Network Infrastructure Manager MACTEC, Inc. - http://www.mactec.com/ 303.308.6228 (Office) - 720.220.1862 (Mobile) _______________________________________________ Flow-tools mailing list [EMAIL PROTECTED] http://mailman.splintered.net/mailman/listinfo/flow-tools
