dwavesystems / dwavesystems/dwave-preprocessing
C++ tests fail to link: ld: error: undefined symbol: operator delete(void*)
- Dominant language
- C++
- Stars
- 9
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
```
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -L/usr/local/lib -lspdlog -pthread -lfmt -fstack-protector-strong test_main.o -o test_main.out
ld: error: undefined symbol: operator delete(void*)
>>> referenced by test_main.cpp
>>> test_main.o:(Catch::Detail::Approx::toString() const)
>>> referenced by test_main.cpp
>>> test_main.o:(Catch::Detail::Approx::toString() const)
>>> referenced by test_main.cpp
>>> test_main.o:(Catch::Detail::Approx::setMargin(double))
>>> referenced 2412 more times
```
dwave-preprocessing is built using clang-15.
Version: 0.5.4
FreeBSD 13.2
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.