0
I am trying to compile a file. c, but whenever I call gcc filename. c, I have the following error:
c:/mingw/bin/../lib/gcc/mingw32/5.3.0/../../../../mingw32/bin/ld.exe: cannot find -lpthread
collect2.exe: error: ld returned 1 exit status
[Finished in 0.3s]
The file does not have any syntax error, or anything like.
What could be the problem?