clang-win: linking errors LNK1120, LNK1112
Open
- Dominant language
- C++
- Stars
- 251
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to build attached example using BB from 1.63.
It builds just fine if `toolset=msvc-14.0`, but with `toolset=clang-win` I'm getting `LNK1120: unresolved external`. -d+2 shows that `user32.lib` is missing in linker `rsp` file.
Building with `address-model=32` gives another linker error.
[clang-min.zip](https://github.com/boostorg/build/files/731788/clang-min.zip)
Thanks.
Contributor guide
Assessment
This issue has not been assessed yet.