|
From: Earnie B. <ea...@us...> - 2012-04-09 12:15:22
|
On Fri, Apr 6, 2012 at 6:47 PM, Greg Chicares <gch...@sb...> wrote: > On 2012-04-06 17:23Z, Marcus Szanto wrote: >> >> I am getting an error when running g++.exe. The error is "The program >> can't start because libgmp-10.dll is missing from your computer. Try >> reinstalling the program to fix this problem.". >> I have libgmp-10.dll in the bin folder, yet it still is getting that >> error. Any idea? > > Is the compiler's bin/ directory on the PATH? It doesn't have to be if the .exe and dependent .dll is in the same directory. Windows by default looks in the directory the program is executed from for any dependent startup .dll. -- Earnie -- https://sites.google.com/site/earnieboyd |