Build L4Re on amd64
Hello there! I want build L4Re on my Slackware64 without multilib. How can i do that?
On Sun Dec 18, 2011 at 21:41:23 +0400, BratSinot aka Куршамбай wrote:
I want build L4Re on my Slackware64 without multilib. How can i do that?
Where is it failing? Adam -- Adam adam@os.inf.tu-dresden.de Lackorzynski http://os.inf.tu-dresden.de/~adam/
Hi, On Mon, Dec 19, 2011 at 10:14:48PM +0100, Adam Lackorzynski wrote:
Where is it failing?
Just today, I had to apply the following patch on Ubuntu 11.10 64-bit fixing unresolved reference to dlsym. --- l4/tool/gendep/Makefile (revision 38) +++ l4/tool/gendep/Makefile (working copy) @@ -22,7 +22,7 @@ ifneq ($(filter linux freebsd,$(HOST_SYSTEM)),) LIB := $(LIB32) $(LIB64) -LIBDL-linux := -ldl +LIBDL-linux := -Wl,--no-as-needed -ldl cmd_link = $(HOST_CC) -m$(2) -shared -Wl,-soname,$(1) $(LIBDL-$(HOST_SYSTEM)) -o $(1) else ifeq ($(HOST_SYSTEM),darwin) Greets -- Christian Helmuth Genode Labs http://www.genode-labs.com/ · http://genode.org/ · /ˈdʒiː.nəʊd/ Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth
participants (3)
-
Adam Lackorzynski -
BratSinot aka Куршамбай -
Christian Helmuth