Home » Extra libraries, Code snippets, applications etc. » C++ language problems and code snippets » Clang cannot find DLLs
Clang cannot find DLLs [message #61467] |
Tue, 18 February 2025 18:17  |
Leander
Messages: 13 Registered: January 2019
|
Promising Member |
|
|
Hello folks.
Cannot compile currently with Clang, as it is ranting these two DLLs were missing:
libc++.dll
libunwind.dll
The obvious reason are these to libs I have linked:
-lunwind
-lstdc++
Without them there is no issue but I need them, as it doesnt know the new/delete otherwise. I also tried the update of Win 10 but didnt help. Couldnt find them at clang.org or llvm.org, nor in the web. Could you please give me a hint where to download them? Has anyone experienced the same, or is there a Clang forum?
Sincerely
Martin
|
|
|
Goto Forum:
Current Time: Tue Jun 17 02:40:22 CEST 2025
Total time taken to generate the page: 0.05965 seconds
|