How to build SCTP client.c and server.c sample code with Eclipse in Linux ubuntu?
In terminal I can build with
gcc -Wall sctpclient.c -lsctp -o sctpclient
but in Eclipse I received "undefined reference to `sctp_recvmsg'".
I don't know to add the "-lsctp" switch in Eclipse IDE.