Page MenuHome GnuPG

compilation failed because of gpgsplit
Closed, ResolvedPublic

Description

Release: 1.4.3

Environment

gcc 3.4.4, glibc 2.3.5, kernel 2.6.15-4, distribution crux 2.1

Description

It isn't possible to compile gnupg. It seems that undefined references in a file called memory.c caused this fault. I've attached a complete log of the compilation process.

How To Repeat

./configure \

--prefix=/usr \
--libexecdir=/usr/lib \
--enable-static-rnd=linux \
--enable-dev-random \
--disable-nls \
--enable-m-guard \
--disable-ldap \
--enable-mailto

Fix

Do not use --enable-m-guard

Event Timeline

viper added a subscriber: viper.

--enable-m-guard does not work on all systems