[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnupg 1.0.5
許です。
> > 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 がなくなってしまうので。
ああ、なるほど。直して試しました。
あと、tools/Makefileとg10/MakefileのLIBに -lintl入れないと駄目でし
た。
ほ