|
Re: Help learning to use the packet filtering tools
|
09/04/2015 6:01 PM
post114427
|
Re: Help learning to use the packet filtering tools
To repeat my previous question: where is the actual libpcap.a (or equivalent) file in the QNX directory structure?
I found lots of guides on programming with libpcap, but none of them mean anything if I can't access the functions
declared in the header.
I found the header file and Momentics sees it fine, but when I tell it to include the libpcap.a file I've found (in
target/qnx6/.../usr/lib) it does not give a file not found error (meaning it SEES the library), but doesn't load the
function definitions (meaning it is the WRONG library), resulting in an 'undefined reference' error.
|
|
|