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

Need to add %UserProfile%\.choosenim\toolchains\mingw64\bin to path for cpp #309

Closed
hcorion opened this issue Sep 23, 2022 · 1 comment
Closed

Comments

@hcorion
Copy link

hcorion commented Sep 23, 2022

Just setup Nim on Windows 11 with choosenim, and whenever I compiled a nim file with C++ (via nim cpp -r .\file.nim) it would fail with a libgcc_s_seh-1.dll not found error.
I realized it was because the mingw64 toolchain path was not added to my user path, only the nimble path got added.
FWIW compiling the file with nim c -r .\file.nim works fine, I only had the dll issue with cpp.

@dom96
Copy link
Owner

dom96 commented Sep 23, 2022

This is caused by nim-lang/Nim#19713.

@dom96 dom96 closed this as completed Sep 23, 2022
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

2 participants