How do I compile irb from source on Ubuntu?
Posted
by steadfastbuck
on Stack Overflow
See other posts from Stack Overflow
or by steadfastbuck
Published on 2010-05-25T04:59:55Z
Indexed on
2010/05/25
6:51 UTC
Read the original article
Hit count: 259
I would like to compile irb from source without any optimizations so I can get more information while stepping through (interpreter) code using gdb. I have successfully compiled ruby 1.9.1 without problems, but I cannot find any documentation regarding irb. I believe that irb is included in the ruby 1.9 source, but have not been able to verify this. Can anyone point me in the right direction?
© Stack Overflow or respective owner