Building on powerpc-ibm-aix4.3.3.0

Lars Hecking lhecking@nmrc.ie
Wed Jul 18 00:15:01 2001


 

> Making all in cipher
> make[2]: Entering directory `/uf2a/heckenb/src/gnupg-1.0.6/cipher'
> /uf2a/heckenb/script/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../intl -g -O2 -mcpu=powerpc -Wall -DIS_MODULE -shared -o rndlinux ./rndlinux.c
> ./rndlinux.c: In function `gather_random':
> ./rndlinux.c:131: warning: implicit declaration of function `bzero'
> ./rndlinux.c:144: warning: int format, long int arg (arg 3)
Just warnings.
> ld: 0711-317 ERROR: Undefined symbol: .g10_log_fatal
> ld: 0711-317 ERROR: Undefined symbol: .g10_log_error
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
> collect2: ld returned 8 exit status
Edit the Makefile and add -L../util -lutil to the compile line for rndlinux. I've seen this before on another system, but don't remember which (possibly one of the BSDs).