I tried to build the messenger-gtk and libgnunetchat on my Talos II. But I had to patch the Makefile in both cases.
diff --git a/Makefile b/Makefile index 7bb6d37..4aef307 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ GNU_CC ?= gcc GNU_LD ?= gcc GNU_RM ?= rm -CFLAGS += -pedantic -Wall -Wextra -march=native -ggdb3 +CFLAGS += -pedantic -Wall -Wextra -ggdb3 LDFLAGS += DEBUGFLAGS = -O0 -D _DEBUG
