22 Apr
2021
22 Apr
'21
3:09 p.m.
I managed to successfully compile a subset of Boost for Emscripten using the emscripten toolset. However, this for some reason produces .bc files for libraries instead of .a files, which causes link errors I try to link my project. How can I get Boost to generate .a files? (Emscripten uses .a files for libraries: https://emscripten.org/docs/compiling/Building-Projects.html#using-libraries) -- Rainer Deyke (rainerd@eldwood.com)