gnupg-1.0.1 trust issues and compile problems

Lars Hecking lhecking@nmrc.ie
Tue, 13 Jun 2000 20:51:35 +0100



> On another system, I tried to compile gpg1.0.1 and got this compile
> error. Can you offer any advice where to go from here? I have
> appended my ./configure output after my .sig
(That's not where it belongs ..., argh, picking nits again :)
> /usr/src/sw/gnupg-1.0.1/tools/mpicalc.c:74: undefined reference to `bindtextdomain'
> /usr/src/sw/gnupg-1.0.1/tools/mpicalc.c:75: undefined reference to `textdomain'../util/libutil.a(logger.o): In function `g10_log_bug0':
> /usr/src/sw/gnupg-1.0.1/util/logger.c:218: undefined reference to `gettext'
> ../util/libutil.a(argparse.o): In function `show_help':
> /usr/src/sw/gnupg-1.0.1/util/argparse.c:741: undefined reference to `gettext'
> ../util/libutil.a(secmem.o): In function `print_warn':
> /usr/src/sw/gnupg-1.0.1/util/secmem.c:79: undefined reference to `gettext'
> ../util/libutil.a(secmem.o): In function `secmem_malloc':
> /usr/src/sw/gnupg-1.0.1/util/secmem.c:280: undefined reference to `gettext'
> /usr/src/sw/gnupg-1.0.1/util/secmem.c:282: undefined reference to `gettext'
> ../util/libutil.a(errors.o):/usr/src/sw/gnupg-1.0.1/util/errors.c:107:
[...]
> checking host system type... i486-pc-linux-gnulibc1
> checking target system type... i486-pc-linux-gnulibc1
> checking build system type... i486-pc-linux-gnulibc1
Your Linux probably has no nls support. You could install GNU gettext, or configure with --disable-nls, I guess. slán leat.