I am trying to run gnu make for windows, but it wouldn't run because libint3.dll
was not found.
Sure enough, http://gnuwin32.sourceforge.net/packages/make.htm specifies that libint3
and libiconv2
are required, but trying to follow their link obviously generates an error on the server.
So, do I need these libraries, and where would I get them, or
can I download gnu make from somewhere else.
more background
Here's what I try to do, and maybe someone else can share a way how to do it differently altogether: I want to compilve vim with support for ruby 1.8.7 so that I can use the http://code.google.com/p/vorax/ plugin for vim. I downloaded minGW, gnuMake, ruby 1.8.7 and the vimsources and am stuck now calling (vim's) makefile Make_ming.mak
.
I have added according tags because maybe -just maybe- someone else ran into the same problem.