On Dec 24, 2013, at 12:04 PM, Evgheni Antropov <aid...@gmail.com> wrote:

> This command has not any output
> 
> root@beagleboard:/mnt# nm -o /mnt/dcu/libpcap-1.5.2/build/libpcap.a | egrep 
> scanner.o

I.e., for whatever reason, there's no scanner code whatsoever!

So, what does

        find /mnt/dcu/libpcap-1.5.2 -name 'scanner.*' -print

print, and what is the output of running

        make distclean
        ./configure
        make

in /mnt/dcu/libpcap-1.5.2/build?  This *might* be a bug in doing 
"out-of-source-tree" builds (which is what you're doing - you're doing the 
build in a subdirectory of the source tree), where most stuff works, but 
building the output of {f}lex doesn't work.
_______________________________________________
tcpdump-workers mailing list
tcpdump-workers@lists.tcpdump.org
https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Reply via email to