Compiling gpg for HPUX -- __udiv_qrnnd unsatisfied
David Ellement
ellement@sdd.hp.com
Tue, 5 Sep 2000 11:58:22 -0700
On 000904, at 18:35:01, Beth Leonard wrote:
> I'm trying to compile gunpg-1.0.2 for HPUX ...
> but eventually it runs into the error:
>
> collect2: ld returned 1 exit status
> /usr/bin/ld: Unsatisfied symbols:
> __udiv_qrnnd (code)
I don't know if this is related, but I needed to set a few
environment variables for the gdbm library before running configure
to get it to compile under HPUX 10.20:
LPATH=/opt/gdbm/lib:$LPATH
CFLAGS=-I/opt/gdbm/include
CPPFLAGS=-I/opt/gdbm/include
LDFLAGS=-L/opt/gdbm/lib
env "CC=gcc $CFLAGS" LDFLAGS="$LDFLAGS" configure ...
--
David Ellement <ellement@sdd.hp.com>
--
Archive is at http://lists.gnupg.org - Unsubscribe by sending mail
with a subject of "unsubscribe" to gnupg-users-request@gnupg.org