<html><body>Hello, <br><br>see <a href="https://stackoverflow.com/questions/56378660/how-to-correctly-statically-link-libcurl-on-windows-using-clang-64bit">https://stackoverflow.com/questions/56378660/how-to-correctly-statically-link-libcurl-on-windows-using-clang-64bit</a><br><br>so.. How do I build simple program using libcurl on 64-bit Windows?<br>I have LLVM in path and have <span style="color:rgb(36,39,41);font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;font-size:13px;white-space:pre-wrap;background-color:rgb(239,240,241)">clang++ -static -DCURL_STATICLIB curl-7.64.1-win64-mingw/lib/libcurl.a http-post.cpp -std=c++17 -g -Xclang -flto-visibility-public-std -o trading.exe</span>, but it misses some libraries and function definitions. I guess I would fix it on my own somehow, but I am looking for the most correct and preferred way...<div><br></div><div>Thanks, <br>Lukas Salich</div></body></html>