Songsu Yun wrote: > Hi. > I found out what the problem was. > On my AIX box, RE_DUP_MAX is set to 255 in /usr/include/sys/limits.h > I added "#undef RE_DUP_MAX" in regex.h so that it can be redefined in > regex.h, which defines it to > be a lot larger number. > I rebuilt ruby and the script runs OK now. > I hope this helps other people who might experience the same problem. > Thanks! Good to know! I have tried your script and it also crashed on my Ruby build. I think someone should modify the configure script to include this change. Best regards, Christian