Hi,
In message "[ruby-talk:5175] Compiling 1.6.1 problem"
on 00/09/28, Tony Reed <Callus / Sympatico.CA> writes:
|gcc -g -O2 -I. -I. -I/usr/local/include -c eval.c
|eval.c: In function `Init_eval':
|eval.c:5706: storage size of `rlim' isn't known
|eval.c:5708: `RLIMIT_STACK' undeclared (first use in this function)
|eval.c:5708: (Each undeclared identifier is reported only once
|eval.c:5708: for each function it appears in.)
|make: *** [eval.o] Error 1
|
|This is a straight ./configure i586-pc-linux.
This indicates you have rlimit but don't have sys/resource.h on your
box. I don't get it. Could you show me your config.h?
matz.