Spectranet tutorial - libsocket?

edited October 2013 in Development
To cut to the chase, does "libsocket.lib" exist?!

It's been an awfully long time since I've used a C compiler so I could be doing something dumb, but I've been looking at the TCP server example that says "C users, using the Z88DK should include the relevant includes - normally at least <sys/socket.h> and <sys/types.h>, and link with the library libsocket."

So I installed z88dk, saved the example source file and tried compiling with the command
zcc +zx simpleserv.c -llibsocket -v

and was told that libsocket.lib couldn't be found.

I am assuming that this is not part of z88dk (seeing as I couldn't find it manually) and that maybe it doesn't exist since the Software page of the wiki says, "The most important part is probably the socket library. This will provide a subset of the BSD socket library. The plans are for three equivalent libraries..."
Post edited by szeliga on

Comments

Sign In or Register to comment.