You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: