> I need to get the OpenGL module from the RAA working in a MS-Windows
> environment.  Has anyone already done this and can you share how you did
it?

I have it working with the Cygwin-based version of Ruby 1.6 on Windows 2000,
but all I had to do was the usual:

    ruby extconf.rb
    make
    make install

Lyle