I have writen simple code to lookup protocol.
Like this:
 net_data_t ipv4=net_lookup_impl(NHF_INET,NULL);
When I compile this code ,it report that Undefined symbol net_lookup_impl.
My Makefile main options are:
CC = cc
BASICOPTS = -g
CFLAGS = $(BASICOPTS) -xCC -D_KERNEL  -xmodel=kernel.
How to resolve?Thanks!
 
 
This message posted from opensolaris.org
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to