Я хотел бы установить GMP-библиотеку на мою Windows, используя MinGW / MSYS, как указано здесь .Но когда я все еще настроил его с помощью команды
. / Configure --prefix = / mingw --disable-static --enable-shared
, это дало мне ошибкусообщение вот так
checking build system type... haswell-pc-mingw32
checking host system type... haswell-pc-mingw32
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
0 [main] sh 32340 sync_with_child: child 36476(0x114) died before initiali
zation with status code 0x1
462 [main] sh 32340 sync_with_child: *** child state waiting for longjmp
./configure: fork: Resource temporarily unavailable
Я пытался найти исправление, но все равно не повезло.