I have installed MinGW in Windows Vista, so I can use gcc but it doesn\'t work.
gcc
When I try to compile a .c file like gcc hello.c -o h
.c
gcc hello.c -o h
I had the same problem. Installing the mpc package with mingw-get solved it for me.
mingw-get
cd MinGW\bin
mingw-get install mpc