Skip to content
New issue

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

Error compile #118

Open
j4kyu opened this issue Dec 2, 2021 · 1 comment
Open

Error compile #118

j4kyu opened this issue Dec 2, 2021 · 1 comment

Comments

@j4kyu
Copy link

j4kyu commented Dec 2, 2021

~/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?

@BW155
Copy link

BW155 commented Dec 29, 2021

can't you just do make ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants