libgmp-10.dll is missing

前端 未结 10 1183
甜味超标
甜味超标 2020-12-02 18:02

I recently installed MinGW on my 64-bit Windows 7 computer and when I attempt to compile the most basic of c++ programs, for example

#include         


        
10条回答
  •  北海茫月
    2020-12-02 18:47

    Just search google for the dll file and download it. Then paste it into the folder in this path

    C:\MinGW\libexec\gcc\mingw32\9.2.0

提交回复
热议问题