tepe icon indicating copy to clipboard operation
tepe copied to clipboard

Windows binary is not statically linked

Open Hermitter opened this issue 4 years ago • 0 comments

Error when running the binary:

C:/Users/joe/Downloads/tepe-x86_64-pc-windows-msvc.exe: error while loading shared libraries: api-ms-win-crt-heap-l1-1-0.dll: cannot open shared object file: No such file or directory

Considering the antivirus screams at you for trying to download it, Windows might be better off not having precompiled binaries.

Seems like a simple feature flag could solve the issue: statically-linking-msvcrt

Hermitter avatar Mar 14 '21 13:03 Hermitter