Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Problem in linking libraray: (1 Item)
   
Problem in linking libraray  
rval= socket(AF_INET, SOCK_RAW,6);

I am trying to make socket by using above function but it is showing error " undefined reference to Socket"
Please tell me how to link against lib socket in detail ,i am not able to link it .
Thanks