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
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
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
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