On Sa, 11 Mär 2017, Ken Takata wrote: > 2017/3/12 Sun 10:32:02 UTC+9 Steve Hall wrote: > > I've gotten multiple reports that my recent g/Vim windows x64 builds > > (via Cygwin) have a dependency error regarding a missing > > libwinpthread-1.dll. But I don't see the errors, so I suspect there is > > some static/dynamic issue recently introduced in the Vim source > > between 8.0.407 and 8.0.430. > > > > > > Any clues? > > Some versions of libiconv-*.dll (or libintl-*.dll) require > libwinpthread-1.dll, only for x64 and not for x86.
This depends on the version of libiconv used. Newer Versions of libiconv do not need libwinpthread anymore, but there is a new dependency for libgcc_s_sjlj-1.dll for the 32bit builds. See https://github.com/vim/vim-win32-installer/pull/20 Not sure how much of this is relevant when building under Cygwin environment however. Best, Christian -- Fällt der Baum beim ersten Streich, war bestimmt der Baumstamm weich. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
