2016-11-29 16:25 GMT+01:00 <[email protected]>:
> 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
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".