You may or may not need to patch your bits/byteswap.h. On my Linux/glibc you needed to change this "16" to "32":
vv # define __bswap_16(x) \ (__extension__ \ ({ register unsigned int __x = (x); __bswap_constant_32 (__x); }))
(Just a tip for everyone who wants to get icc working. Newer/CVS versions of glibc doesn't have this problem.)
/ Mirar
Previous text:
2003-02-07 22:24: Subject: Re: gcc/icc
I am downloading the compiler now. I'll be back. :-)
/ Per Hedbor ()