[FFmpeg-user] Error compiling
Carl Eugen Hoyos
ceffmpeg at gmail.com
Tue Nov 29 23:15:13 EET 2016
2016-11-29 16:25 GMT+01:00 <francesco at bltitalia.com>:
> I am experiencing this error while attempting to compile ffmpeg.
> Error is:
check_ld cc
check_cc
BEGIN /tmp/ffconf.KAZrXKTI.c
1 int main(void){ return 0; }
END /tmp/ffconf.KAZrXKTI.c
gcc -c -o /tmp/ffconf.miGcVaTO.o /tmp/ffconf.KAZrXKTI.c
gcc -o /tmp/ffconf.pyIxJrbb.exe /tmp/ffconf.miGcVaTO.o
c:/mingw/bin/../lib/gcc/mingw32/5.3.0/../../../../mingw32/bin/ld.exe:
cannot find -lpthread
I believe this indicates a problem with your mingw installation:
Not FFmpeg configure but mingw gcc adds -lpthread which
does not work.
Can you compile anything?
Carl Eugen
More information about the ffmpeg-user
mailing list