[EMAIL PROTECTED] wrote:
> There's been a reported problem with the gcc compiler 2.95.2 on DEC
Alphas,
> but it works with either the DEC compiler or gcc 2.81.
I tried to use the DEC compiler, but couldn't get it to compile. Kept
getting:
========================
cc: Error: ../../../lib/sshutil/sshincludes_unix.h, line 57: #error
"Autoconfig error, your compiler doesn't seem to support any 32 bit
type"
#error "Autoconfig error, your compiler doesn't seem to support any 32
bit type"
-^
cc: Error: ./sshtime.h, line 27: Missing type specifier or type
qualifier.
SshInt32 year; /* Absolute value of year. 1999=1999. */
--^
cc: Error: ./sshtime.h, line 30: Missing type specifier or type
qualifier.
SshInt32 utc_offset; /* Seconds from UTC (positive=east) */
--^
========================
followed by a whole bunch of other warnings. Eventually the compiler
gives up. I was told to upgrade my DEC compiler, but there is no
obvious location for compiler upgrades at DEC/COMPAQs WWW site.
Michael