Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - socket: (2 Items)
   
socket  
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"
.What does it mean?How to solve it.
Thanks
Re: socket  
You need to link against libsocket.

Sent from my BlackBerry 10 smartphone.

From: pooja chahal
Sent: Friday, March 15, 2013 6:49 AM
To: builds-networking
Reply To: builds-networking@community.qnx.com
Subject: socket


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"
.What does it mean?How to solve it.
Thanks



_______________________________________________

Builds
http://community.qnx.com/sf/go/post99922
To cancel your subscription to this discussion, please e-mail builds-networking-unsubscribe@community.qnx.com
Attachment: HTML sf-attachment-mime10754 2.09 KB