Hi! > configure: WARNING: linux/netlink.h: present but cannot be compiled > configure: WARNING: linux/netlink.h: check for missing prerequisite > headers? > configure: WARNING: linux/netlink.h: see the Autoconf documentation > configure: WARNING: linux/netlink.h: section "Present But Cannot Be > Compiled" > configure: WARNING: linux/netlink.h: proceeding with the compiler's result > configure: WARNING: ## --------------------------------------------- ## > configure: WARNING: ## Report this to [email protected] ## > configure: WARNING: ## --------------------------------------------- ##
These are because the linux/socket.h lacks a sa_family_t definition. Newer kernel-headers packages fixes that. The linux/socket.h defines __kernel_sa_family_t which is used in netlink and can headers. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
