restbed icon indicating copy to clipboard operation
restbed copied to clipboard

WEB_SOCKET example may be wrong linker flag

Open RoyBellingan opened this issue 4 years ago • 0 comments

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

RoyBellingan avatar Jan 07 '22 22:01 RoyBellingan