Roger Pack wrote:
>> That's a good idea, and I actually do have a MSYS/MinGW toolchain on
>> this computer..
>
> Yeah it works and produces (in my opinion) a better ruby...it's just so
> edgy that peoples' gems don't use it right :_
> right way is
> =~ /mswin32|mingw/
> so it doesn't work natively with everything 
>
> I wonder if you could just rename RUBY_PLATFORM to be mswin32_mingw or
> something and then live happy 
> Take care.
> -R
Hm, I'll have to look deeper into GCC than I'd like to find out if that
works.
Theoretically, since my GCC install links against msvcrt.dll, extensions
should still work.
I haven't yet tried to build Ruby myself, however.
Well, I wasn't planning on doing anything on Sunday, anyway. :P
- Phillip