Cameron Reikes

Results 26 comments of Cameron Reikes

I have this same issue on ubuntu

I ran into a bug caused by this where nimsuggest fails to launch because it can't find pthreads, solved by manually adding mingw64/bin to my path. Would be really great...

![image](https://user-images.githubusercontent.com/28424206/152662800-0e225099-0f30-4373-8525-415593a76b00.png) Maybe statically link like this?

My issues were with Windows 11 as well

I am still encountering this issue even with the CIA file in a decrypted state

> Cannot reproduce on win11 > > ``` > Nim Compiler Version 1.6.4 [Windows: amd64] > Compiled at 2022-02-09 > Copyright (c) 2006-2021 by Andreas Rumpf > > active boot...

Because it's an issue with threads, I suspect it's some kind of path confusion with what threads dll it's linking with, but I have no idea how to check something...

> You could use `--listCmd` to see the call to your C compiler and see if anything doesn't make sense. Thanks for the troubleshooting tip Everything is ran like ```...

Diffing the generated C with threads on (left) vs threads off (right) ![image](https://user-images.githubusercontent.com/28424206/162917874-a4d05738-f61d-4a24-b5a5-8eb3fb7b053f.png) This is the only difference in hello.c (from hello.nim) Similar results in the standard library compiled C...