Reputation: 97
I'm working on an application that needs to support SCTP. Upon building a testing tool (Seagull) from source I cannot seem to find what the issue is. What is this flag (-lsctpsocket)? Is it a library? Where do I get it from?
Heres the command that the .mk file runes:
g++ -fPIC -shared /some_files.o -L./ext-1.8.3/lib -lsctplib -lsctpsocket -o /some_path/libtrans_extsctp.so```
Upvotes: 0
Views: 51