Hi, At Thu, 25 Nov 2004 08:25:47 +0900, noreply / rubyforge.org wrote in [ruby-core:03809]: > #ifdef HAVE_RLIM_T > #if SIZEOF_RLIM_T == SIZEOF_INT > # define RLIM2NUM(v) UINT2NUM(v) > > with this error > > process.c:1945:19: operator '==' has no left operand > process.c:1948:21: operator '==' has no left operand > process.c:1951:21: operator '==' has no left operand > process.c:1955:3: #error cannot find an integer type which size is same as rlim_t. > make: *** [process.o] Error 1 > > _ Looking in config.h the macro > > SIZEOF_RLIM_T > > defined but without a specific value. Could you show the result about rlim_t in config.log file? -- Nobu Nakada