gpg 1.0.3 won't compile on HPUX 10.20

Lars Hecking lhecking@nmrc.ie
Sat, 23 Sep 2000 19:10:25 +0100



> My configure line:
>
> ./configure --prefix=/usr/local --disable-nls --enable-static-rnd=none \
> --disable-dev-random --host=hppa1.1-hp-hpux10.20 --enable-m-guard
>
> and I edited config.status to have:
>
> s%@CFLAGS@%+O4 +Onolimit -w -z +ESlit -Ae -D_HPUX_SOURCE \
> -D_LARGEFILE64_SOURCE%g
>
> s%@DYNAMIC_CIPHER_MODS@% rndunix rndegd tiger idea%g
>
> s%@CC@%/opt/softbench/bin/cc -Ae +DA1.1 +DS2.0%g
This procedure may lead to incorrect results because the compiler is behaving differently during configure and make! Better (in a Bourne/Korn shell; use the equivalent env command in a C shell): $ CC='/opt/softbench/bin/cc -Ae +DA1.1 +DS2.0%g' CFLAGS='+O4 +Onolimit -w -z +ESlit -Ae -D_HPUX_SOURCE -D_LARGEFILE64_SOURCE' ./configure ... -- Archive is at http://lists.gnupg.org - Unsubscribe by sending mail with a subject of "unsubscribe" to gnupg-users-request@gnupg.org