From: "James Britt (rubydev)" Date: 2001-11-07T22:28:16+09:00 Subject: [ruby-talk:24509] Re: Win32 VIM w/Ruby? > ok first thing, what compiler do you use, it works great for me but > and I use mingw32. I compiled vim with support for different versions > of ruby and it works fine with dynamic loading but NOT without. here > is the relevant part of the Make_ming.mak makefile: I first tried MSVC, but it complained about cl.exe Then I tried cygwin, which builds but throws a seg fault when I try to execute any :rub commands. I'll try mingw32, with the patch. Thanks. James