You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example from https://nim-lang.org/docs/hcr.html compiled with the switch -d:nimDebugDlOpen arg is okay, but running ./mymain throws the EM.
Nim Version
demetera@demeterapc ~/P/N/hcr> nim -v
Nim Compiler Version 1.6.12 [Linux: amd64]
Compiled at 2023-03-10
Copyright (c) 2006-2023 by Andreas Rumpf
git hash: 1aa9273640c0c51486cf3a7b67282fe58f360e91
active boot switches: -d:release
Current Output
libnimhcr.so: cannot open shared object file: No such file or directory
could not load: libnimhcr.so
Expected Output
No response
Possible Solution
No response
Additional Information
I didn't find libnimhcr.so on my system nowhere.
I was looking on the same issue before, found at least one of them closed: #13999
The text was updated successfully, but these errors were encountered:
Description
Example from https://nim-lang.org/docs/hcr.html compiled with the switch -d:nimDebugDlOpen arg is okay, but running ./mymain throws the EM.
Nim Version
Current Output
Expected Output
No response
Possible Solution
No response
Additional Information
I didn't find libnimhcr.so on my system nowhere.
I was looking on the same issue before, found at least one of them closed: #13999
The text was updated successfully, but these errors were encountered: