Problem to compile gnpg1.0.01 under HPUX 10.20

Michael Roth mroth@nessie.de
Fri, 22 Oct 1999 01:06:16 +0200 (CEST)


On Tue, 5 Oct 1999, Christine Kretschmann wrote:


> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../intl -g -O2 -Wall -Wca
> st-align -Wshadow -Wstrict-prototypes -c mpicalc.c
> /bin/sh ../libtool --mode=link
> gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o mpicalc
> mpicalc.o ../cipher/libcipher.la ../mpi/libmpi.la
> ../util/libutil.la
> mkdir .libs
> gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o mpicalc
> mpicalc.o ../cipher/.libs/libcipher.a ../mpi/.libs/libmpi.a
> ../util/.libs/libutil.a
> collect2: ld returned 1 exit status
> /usr/ccs/bin/ld: Unsatisfied symbols: <- why he don't use the gnu ld ??
I'm not sure: But AFAIK collect2 (which is part of never gcc versions) sometimes use the $PATH environment. Try to setup your $PATH environment so that 'ld' of bintutils will be found first. Hopefully this will help. cu Michael