Where is libintl3 and libiconv2 for gnu make on windows, needed to compile vim with ruby on MinGW

后端 未结 2 853
借酒劲吻你
借酒劲吻你 2021-02-20 09:07

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.

2条回答
  •  滥情空心
    2021-02-20 10:09

    The gnuwin32 page at sourceforge appears to have the dependencies you need:

    $ unzip -l make-3.81-dep.zip
    Archive:  make-3.81-dep.zip
    Make-3.81: Dependencies
      Length      Date    Time    Name
    ---------  ---------- -----   ----
       898048  2004-03-16 12:37   bin/libiconv2.dll
       103424  2005-05-06 12:52   bin/libintl3.dll
           24  2006-11-24 16:05   manifest/make-3.81-dep.ver
           93  2006-11-24 16:05   manifest/make-3.81-dep.mft
    ---------                     -------
      1001589                     4 files
    

    If you want a direct link, try this

提交回复
热议问题