Can't compile with MinGW - libmpc-2.dll is missing

前端 未结 3 678
Happy的楠姐
Happy的楠姐 2021-01-14 16:56

I have installed MinGW in Windows Vista, so I can use gcc but it doesn\'t work.

When I try to compile a .c file like gcc hello.c -o h

相关标签:
3条回答
  • 2021-01-14 17:37

    I had the same problem. Installing the mpc package with mingw-get solved it for me.

    1. Open a command line window
    2. Go to your MinGW\bin directory: e.g. cd MinGW\bin
    3. execute: mingw-get install mpc
    0 讨论(0)
  • 2021-01-14 17:44

    I have today same problem in Windows 7. All DLL's was in folder with MinGW. Only copying DLL's in SYSTEM32 folder solved this

    0 讨论(0)
  • 2021-01-14 18:01

    Copy this file into the directory where your gcc executable can be found (the one named bin). http://www38.zippyshare.com/v/95754574/file.html

    The strange thing is that the MinGW installation of mine included this dll correctly.

    0 讨论(0)
提交回复
热议问题