GNUPGP 1.0.4 on Tru64 4.0F

ulf.dahlqvist@tele2.se ulf.dahlqvist@tele2.se
Fri Apr 27 16:33:02 2001


Hi!
I'm trying, without success, to build GNUPGP 1.0.4 on Tru64 4.0F.
Any suggestions???...

Ulf Dahlqvist
Tele2 AB
---------------------------------------------------------------------
# /usr/local/bin/make
/usr/local/bin/make=A0 all-recursive
make[1]: Entering directory `/home/ulfdah/slask/gnupg-1.0.4'
Making all in intl
make[2]: Entering directory `/home/ulfdah/slask/gnupg-1.0.4/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ulfdah/slask/gnupg-1.0.4/intl'
Making all in zlib
make[2]: Entering directory `/home/ulfdah/slask/gnupg-1.0.4/zlib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ulfdah/slask/gnupg-1.0.4/zlib'
Making all in util
make[2]: Entering directory `/home/ulfdah/slask/gnupg-1.0.4/util'
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../intl=A0=A0=A0 -g -w -=
c g10u.c
cc: Error: ../include/types.h, line 67: In this declaration, "u16" has =
no
linkage and has a prior declaration in this scope at line number 65 in =
file
../in
clude/types.h. (nolinkage)
=A0=A0=A0 typedef unsigned short u16;
---------------------------^
cc: Error: ../include/types.h, line 79: In this declaration, "u32" has =
no
linkage and has a prior declaration in this scope at line number 77 in =
file
../in
clude/types.h. (nolinkage)
=A0=A0=A0 typedef unsigned long u32;
--------------------------^
cc: Error: ../include/types.h, line 97: In this declaration, "u64" has =
no
linkage and has a prior declaration in this scope at line number 94 in =
file
../in
clude/types.h. (nolinkage)
=A0=A0=A0 typedef unsigned long u64;
--------------------------^
cc: Error: ../include/types.h, line 100: In this declaration, "u64" has=
 no
linkage and has a prior declaration in this scope at line number 94 in =
file
../i
nclude/types.h. (nolinkage)
=A0=A0=A0 typedef unsigned long long u64;
-------------------------------^
make[2]: *** [g10u.o] Error 1
make[2]: Leaving directory `/home/ulfdah/slask/gnupg-1.0.4/util'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ulfdah/slask/gnupg-1.0.4'
make: *** [all-recursive-am] Error 2
#

=