Monday, August 8, 2022

[how to] solve error: linker `link.exe` not found | = note: program not found


 

.

Error:

error: linker `link.exe` not found | = note: program not found note: the msvc targets depend on the msvc linker but `link.exe` was not found note: please ensure that VS 2013, VS 2015, VS 2017, VS 2019 or VS 2022 was installed with the Visual C++ option error: could not compile `memchr` due to previous error

.

Solution:

Install Microsoft VCC Build Tool

Microsoft C++ Build Tools - Visual Studio


Tick the option: Desktop Development With C++


No comments: