Hi all,
I compile GnuPG 1.0.6 for Power, AIX4.3.3, but it fails on "make check".
It compiles ok, and when it gets to
"../g10/gpg --homedir . --quiet --yes --import ./pubdemo.asc "
it starts with:
gpg: key 68697734: invalid self-signature
gpg: key 68697734: invalid self-signature
gpg: key 68697734: invalid self-signature
...
and so on.
compilation options (gcc 2.95.2) are:
./configure --enable-static-rnd=unix --disable-dynload --disable-asm\\
--disable-nls --with-included-zlib --with-included-gettex
CFLAGS: "-g -O2 -mcpu=power"
The program compiles and runs fine on PowerPC(AIX4.3.3) with appropriate
cpu setting, both machines share the same gcc installation tree.
Does anyone have clues for the problem?
TIA,
Jack