Mailing List Archive

Not able to compile
To All,

I was not able to compile gnupg_1.0.0 on the following platform:
Intel Pentium 166, 64Mb RAM, linux 2.2.6, slackware 4.0 distribution.

I received the following errors:

mpicalc.o: In function `i18n_init':
/home/lapinkst/src/gnupg-1.0.0/tools/mpicalc.c:74: undefined reference to `bindt
extdomain'
/home/lapinkst/src/gnupg-1.0.0/tools/mpicalc.c:75: undefined reference to `textd
/home/lapinkst/src/gnupg-1.0.0/util/logger.c:218: undefined reference to `gettext'
../util/.libs/libutil.a(argparse.o): In function `show_help':
/home/lapinkst/src/gnupg-1.0.0/util/argparse.c:741: undefined reference to `gettext'
../util/.libs/libutil.a(secmem.o): In function `print_warn':
/home/lapinkst/src/gnupg-1.0.0/util/secmem.c:79: undefined reference to `gettext'
../util/.libs/libutil.a(secmem.o): In function `secmem_malloc':
/home/lapinkst/src/gnupg-1.0.0/util/secmem.c:274: undefined reference to `gettext'
/home/lapinkst/src/gnupg-1.0.0/util/secmem.c:276: undefined reference to `gettext'
../util/.libs/libutil.a(errors.o):/home/lapinkst/src/gnupg-1.0.0/util/errors.c:106: more undefined references to `gettext' follow
make[2]: *** [mpicalc] Error 1
make[2]: Leaving directory `/home/lapinkst/src/gnupg-1.0.0/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lapinkst/src/gnupg-1.0.0'
make: *** [all-recursive-am] Error 2

It appears to me to be associated with the libintl stuff, and it is present
on the system. I also tried forcing it to use the included libintl stuff, but
it failed with the same errors... So, obviously, I haven't a clue...

Any ideas or help would be greatly appreciated!! Thanks!!

--
LAP

Larry Pinkston
MCI WorldCom, Tulsa, Oklahoma, USA
918.590.3334 larry.pinkston@wcom.com
---
Re: Not able to compile [ In reply to ]
On Tue, 5 Oct 1999, Larry Pinkston wrote:

> I was not able to compile gnupg_1.0.0 on the following platform:
> Intel Pentium 166, 64Mb RAM, linux 2.2.6, slackware 4.0 distribution.

Try within a fresh un-tarred GnuPG source tree:

./configure --with-included-zlib --with-included-gettext
make
make check
make install


cu
Michael
Re: Not able to compile [ In reply to ]
Worked great!! Thanks for the help!!

---
LAP

Larry Pinkston
MCI WorldCom, Tulsa, Oklahoma, USA
918.590.3334 larry.pinkston@wcom.com
---

On Tue, 05 Oct 1999, Michael Roth wrote:
> On Tue, 5 Oct 1999, Larry Pinkston wrote:
>
> > I was not able to compile gnupg_1.0.0 on the following platform:
> > Intel Pentium 166, 64Mb RAM, linux 2.2.6, slackware 4.0 distribution.
>
> Try within a fresh un-tarred GnuPG source tree:
>
> ./configure --with-included-zlib --with-included-gettext
> make
> make check
> make install
>
>
> cu
> Michael