[OpenAFS-devel] Problems with OpenAFS on Alpha Linux

chas williams chas@cmf.nrl.navy.mil
Thu, 23 May 2002 13:17:29 -0400


>sizeof(long) is 8, so this should be OK. But the README in the source 
>directory

actually with sizeof(long) 8 crypt.c fails.  you can see my fix for
the ia64 however, i probably did it wrong. it looks like you should
probably changed crypt.c so that LONG_IS_32_BITS isnt defined.

something like:

#if !defined(cray) && !defined(AFS_ALPHA_LINUX20_ENV)
#define LONG_IS_32_BITS 
#endif