Hi all, I've developed a life simulator program (GNU Life) that is based on client/server structure. It works fine in GNU/Linux, and compiles ok under GNU/Hurd (I've used autoconf). The client runs perfectly under the Hurd (well, it boots, but I've not tried the connection because I can't start the server), but when I run the server, it gives me bind() errors. I've tried to change the socket calls; so PF_INET is PF_LOCAL now, but it still doesn't works.
What happens ? Thanks.

