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

WEB_SOCKET example may be wrong linker flag #504

Open
RoyBellingan opened this issue Jan 7, 2022 · 0 comments
Open

WEB_SOCKET example may be wrong linker flag #504

RoyBellingan opened this issue Jan 7, 2022 · 0 comments

Comments

@RoyBellingan
Copy link

Would you mind to drop a line that is possible that instead of doing for the build
clang++ -o example example.cpp -l restbed -l ssl -l crypt
You should use crypto (with o at the end)
so
clang++ -o example example.cpp -l restbed -l ssl -l crypto

Done on opensuse tumbleweed, both with gcc10/11 & clang13 using as linker ld.bfg ld.gold and mold https://github.com/rui314/mold

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

1 participant