[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnupg 1.0.5
On Wed, May 23, 2001 at 04:15:19PM +0900,
HEO SeonMeyong <seirios@matrix.iri.co.jp> wrote:
> Making all in checks
> ../g10/gpg --homedir . --quiet --yes --import ./pubdemo.asc
> gpg: ../cipher/tiger: error loading extension: ../cipher/tiger: Unsupported relocation type 10 in non-PLT relocations
>
> といわれて前に進みません。
ちょっと見ただけですが、configure の
case "$host_cpu" in
rs6000 | powerpc | powerpcle)
# Yippee! All RS/6000 and PowerPC code is position-independent.
CFLAGS_PIC=""
;;
esac
がまずいのでは? DYNLINK_MOD_CFLAGS に -fPIC がなくなってしまうので。
--
Etsushi Kato
ekato@ees.hokudai.ac.jp
- References:
- gnupg 1.0.5
- From: HEO SeonMeyong <seirios@matrix.iri.co.jp>