Я установил GNUStep http://www.gnustep.org/experience/Windows.html, но при компиляции helloworld.m у меня отсутствует libgmp-10.dll.
Что я должен сделать, чтобы это работало? (У меня на Windows 7 64 бит)
Я уже заставил это работать несколько месяцев назад, хотя я думаю, что тогда у меня была 32-битная Vista.
Обновление: найдено здесь
https://rb.freedroid.org/r/1101/diff/?expand=1
166
Nota:, if an error window opens complaining about libgmp-10.dll missing, then you used a bugged version of the MinGW installer
167
(some DLLs are not correctly installed). To fix the problem, just type the following commands:
168
cp /mingw/bin/libgmp-10.dll /mingw/libexec/gcc/mingw32/4.5.2
169
cp /mingw/bin/libmpc-2.dll /mingw/libexec/gcc/mingw32/4.5.2
170
cp /mingw/bin/libmpfr-1.dll /mingw/libexec/gcc/mingw32/4.5.2
171
cp /mingw/bin/libiconv-2.dll /mingw/mingw32/bin
172
cp /mingw/bin/libintl-8.dll /mingw/mingw32/bin
Но я нашел только libgmp-3.dll в / mingw / bin /