uname - a -> SunOS sunfire 5.6 Generic_105181-19 sun4u sparc
SUNW,UltraSPARC-IIi-Engine
um - gcc is version 2.7.2.3 (isn't this the version thats recommended? -
or perhaps it's not
installed correctly?)
I already modified elftypes.h to do the typedefs for long long
regardless of what is (not) defined
-the thing built and certutils seems to work.
What i'd really like to do is get a build going for signtool - it does
NOT build when i follow the
instructions for NSS.
thanks
Wan-Teh Chang wrote:
> adlai b wrote:
>
>> gcc -o SunOS5.6_gcc_DBG.OBJ/sparcfix -O sparcfix.c -lelf
>> In file included from /usr/include/sys/elf.h:18,
>> from /usr/include/libelf.h:14,
>> from sparcfix.c:41:
>> /usr/include/sys/elftypes.h:53: #error "64 bit integer types not
>> supported on this platform"
>> gmake[2]: *** [SunOS5.6_gcc_DBG.OBJ/sparcfix] Error 1
>
>
> What is the output of the 'uname -a' command on
> your machine?
>
> Could you email me the /usr/include/sys/elftypes.h
> header file on your system?
>
> Wan-Teh