Embedding Ruby

I want to practice embedding Ruby, but it seems that I don’t have the Ruby
development environment (ruby.h, etc). How can I get it?

I have the Ruby distribution, and I can see some of what I need there
(ruby.h and define.h) but not everything (config.h).

Can anyone help?

Daniel Carrera
Graduate Teaching Assistant. Math Dept.
University of Maryland. (301) 405-5137

I want to practice embedding Ruby, but it seems that I don't have the Ruby
development environment (ruby.h, etc). How can I get it?

Well, if you are on a linux system you must install ruby-dev (or something
like this)

Guy Decoux