Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error while loading shared libraries: api-ms-win-crt-math-l1-1-0.dll #35

Open
ghost opened this issue Apr 4, 2018 · 2 comments
Open

Comments

@ghost
Copy link

ghost commented Apr 4, 2018

When we tried to run git-together.exe on Windows, we got this error message:

C:/path/to/git-together.exe: error while loading shared libraries: api-ms-win-crt-math-l1-1-0.dll: cannot open shared object file: No such file or directory

We had to install the Visual C++ Redistributable for it to work.

So not really a bug, but perhaps update the README to mention this dependency?

@kejadlen
Copy link
Owner

Some breadcrumbs for me (or anyone interested in poking around at this):

rust-lang/libc#290
https://users.rust-lang.org/t/statically-linking-to-crt-on-msvc/9755

I don't remember how the Windows builds work, so will need to dig into that...

@kejadlen
Copy link
Owner

Probably dropping the appropriate .cargo/config somewhere in here would work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant