Re: [PATCH] eth-multiplexer: Fix iohelp missing dependency.

2017-04-08 Thread Samuel Thibault
manolis...@gmail.com, on sam. 08 avril 2017 16:44:52 +0300, wrote: > * eth-multiplexer/Makefile (HURDLIBS): Add iohelp. Indeed, I wonder what happened, since we did have it fixed in the incubator before the merge. Samuel

Fwd: GSoC 2017: Porting LwIP to the Hurd

2017-04-08 Thread Joan Lledó
Hello Thomas, Great news, now I have another reference for doing this. I've been taking a look and have seen they are using LwIP as a library. In my prototype, LwIP is not even a static library, its sources are compiled along with the translator to create a single binary, like pfinet with the Lin

[PATCH] eth-multiplexer: Fix iohelp missing dependency.

2017-04-08 Thread manolis837
From: Manolis Ragkousis * eth-multiplexer/Makefile (HURDLIBS): Add iohelp. --- eth-multiplexer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth-multiplexer/Makefile b/eth-multiplexer/Makefile index 07f909e7..cefa0abd 100644 --- a/eth-multiplexer/Makefile +++ b/eth

[PATCH] eth-multiplexer: Fix iohelp missing dependency.

2017-04-08 Thread manolis837
Hello everyone, While building the Hurd servers with Guix, I encountered a linking problem with eth-multiplexer[1] This patch solves it. Manolis [1] http://paste.lisp.org/display/343796