We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
~/hlsdl-main $ make cc src/main.o src/aes_openssl.o src/curl.o src/hls.o src/misc.o src/msg.o src/mpegts.o -lpthread -lcurl -lcrypto -lssl -o hlsdl ld.lld: error: undefined symbol: pthread_cancel
referenced by hls.c >>> src/hls.o:(download_live_hls) clang-13: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [makefile:43: hlsdl] Error 1
How to fix this?
The text was updated successfully, but these errors were encountered:
can't you just do make ?
make
Sorry, something went wrong.
No branches or pull requests
~/hlsdl-main $ make cc src/main.o src/aes_openssl.o src/curl.o src/hls.o src/misc.o src/msg.o src/mpegts.o -lpthread -lcurl -lcrypto -lssl -o hlsdl ld.lld: error: undefined symbol: pthread_cancel
How to fix this?
The text was updated successfully, but these errors were encountered: