I use MinGW under 64-bit Windows 7. To compile my simple application, I use a call:
gcc -o main.exe main.c
Then I get an error when my libmpc-3.dll . I already set my PATH variable to the bin directory of MinGW (there is only libmpc-2.dll and libmpc-10.dll .)
Can anyone help?
source share