Joined
Last Seen
0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: I'm having similar issues, but including the lib explicitly doesn't fix it. I'm using Sockets 1.7.1 with the following g++ line: [CODE]g++ `Sockets-config` -o udpserver -I/usr/local/include/Sockets \ -L/usr/local/lib/ -lSockets UdpTestSocket.cpp udpserver.cpp[/CODE] Of course Sockets-config returns: [CODE]-D_VERSION='"1.7.1"' -DLINUX -DHAVE_OPENSSL[/CODE] I took udpserver.cpp from the [URL=http://www.alhem.net/Sockets/tutorial/using5b.html]tutorial[/URL] on the C++ Sockets homepage and … |
The End.