Alpha GCC 3.0

Nikos Mavroyanopoulos nmav at ovrimos.com
Mon Aug 27 11:00:01 CEST 2001


On Mon, 27 Aug 2001 16:51:33 +0900 (JST) Tom Holroyd <tomh at po.crl.go.jp> wrote:

> Just trying to get this working on Alpha -- there are several syntax
> errors; the first two are easy:
> --- #gnutls_num.h	Fri Jul 20 16:21:52 2001
> +++ gnutls_num.h	Mon Aug 27 16:22:15 2001
> @@ -47,7 +47,7 @@
>  # define rotr64(x,n)   (((x) >> ((uint16)(n))) | ((x) << (64 - (uint16)(n))))
>  # define byteswap64(x)  ((rotl64(x, 8) & 0x00ff00ff00ff00ffUL) | (rotr64(x, 8) & 0xff00ff00ff00ff00UL))
[...]

Thanks, they should be fixed in the cvs.

> But the last one I haven't had time to look at so I'll just dump it here:
> 
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib    -O2 -c cli.c
> cli.c: In function `main':
> cli.c:215: `SHUT_WR' undeclared (first use in this function)
> cli.c:215: (Each undeclared identifier is reported only once
> cli.c:215: for each function it appears in.)
> cli.c:334: `SHUT_RDWR' undeclared (first use in this function)

These should have been defined in sys/socket.h, however I added an
#ifdef for them...

> Dr. Tom Holroyd
> "I am, as I said, inspired by the biological phenomena in which
> chemical forces are used in repetitious fashion to produce all
> kinds of weird effects (one of which is the author)."
> 	-- Richard Feynman, _There's Plenty of Room at the Bottom_
> 
> 
> _______________________________________________
> Gnutls-dev mailing list
> Gnutls-dev at gnupg.org
> http://lists.gnupg.org/mailman/listinfo/gnutls-dev


-- 
Nikos Mavroyanopoulos




More information about the Gnutls-devel mailing list