can't comile Gnupg 1.0.6 for solaris 8

Lars Hecking lhecking@nmrc.ie
Tue Jul 10 21:55:01 2001


Cere M. Davis writes:

>
> Here's the error I get:
>
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../intl -g -O2 -Wall -c
> signal.c
> In file included from options.h:23,
> from signal.c:30:
> ../include/types.h:58: warning: redefinition of `ulong'
> /usr/include/sys/types.h:481: warning: `ulong' previously declared here
> signal.c: In function `get_signal_name':
> signal.c:75: `sys_siglist' undeclared (first use in this function)
No problem at all here.
> I remember compiling gnupg 1.0.5 on solaris 8 with no problems so
> hopefully this info is helpfull.
What is the output of gcc -v? I would guess that your gcc was installed on an older version of Solaris and that gcc's internal header files don't match.