From: matz@... (Yukihiro Matsumoto) Date: 2002-10-30T10:39:29+09:00 Subject: Re: ruby fails to install on a Cray SV1 Hi, In message "Re: ruby fails to install on a Cray SV1" on 02/10/30, Bil Kleb writes: |Done. I also had to do it with dln.c and file.c. Now it gives a |bunch of other warnings and then an error in gc.c, | | cc -g -I. -I. -I/u/kleb/local/include -c gc.c | [..] |CC-167 cc: ERROR File = gc.c, Line = 879 | Argument of type "VALUE" is incompatible with parameter of type "void *". | | RUBY_CRITICAL(free(RANY(obj)->as.node.u1.value)); Can you show me your "config.h"? matz.