> Hi everybody, > > I'm trying to develop a C++ programm wich uses > libnetfilter_conntrack.so library. I've encountered a problem when > linking the library : the called funtions in libnetfilter_contrack are > not recognized. > If some one has succeeded to use the libnetfilter_conntrack library > with g++, please can you gve me some information about how to do it. extern "C" { #include <linux/netfilter.h> #include <foo/bar.h> } Slightly ugly. Jan Engelhardt --