compile problems, AIX 4.3.2
Werner Koch
wk at isil.d.shuttle.de
Thu May 20 12:24:44 CEST 1999
Greg Wooledge <ic5035%tss1crs.amgreetings.com at rose.amgreetings.com> writes:
> mpih-div.c:86: warning: implicit declaration of function `__udiv_w_sdiv'
> mpih-div.c:189: fixed or forbidden register was spilled.
> This may be due to a compiler bug or to impossible asm
Try egcs
> cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../intl -O -c memory.c
> "memory.c", line 51.12: 1506-120 (S) Function cannot return a const qualified type.
> "memory.c", line 324.1: 1506-120 (S) Function cannot return a const qualified type.
Oops, s/const/static/
> rndpool[pool_writepos++] = *((byte*)buffer++);
Okay, I fixed this (after running gcc witz -pedantic)
> cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../intl -O -c misc.c
> "misc.c", line 45.1: 1506-120 (S) Function cannot return a volatile qualified type.
Fixed.
> /dev/random, but "ps" showed a rather fascinating set of processes
> running on that pseudoterminal for my amusement while I waited for the
You may want to try out EGD.
--
Werner Koch at guug.de www.gnupg.org keyid 621CC013
More information about the Gnupg-devel
mailing list