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<iostream>
using namespace std;
int main()
{
cout << "Hello World" << endl;
return 0;
}
I get the error that “The program can’t start because libgmp-10.dll is missing from your computer.”
Have you tried adding
C:\MinGW\binas a System variablePath(notPATH) inSettings->System Properties->Environment Variables?I saw this solution on this page: Missing libgmp-10.dll