clang-win missing libraries
Open
transition
- Dominant language
- C++
- Stars
- 251
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
There is issue with clang-win toolset. The libraries defined in https://github.com/boostorg/log/blob/develop/build/Jamfile.v2 (psapi and secur32) are not put in rsp file, causing undefined symbol during linking stage when compiling boost log.
https://github.com/boostorg/log/pull/91
https://github.com/boostorg/log/pull/92
https://ci.appveyor.com/project/Lastique/log/builds/27685606
Contributor guide
Assessment
This issue has not been assessed yet.