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
So far I had no problems with "-C prefer-dynamic" (Windows 64 bit, GNU)
Recently I've switched to rustup, and now if I compile a program with "-C prefer-dynamic" it says it can't find
missing std-f652078ccb4a05c6.dll
I have solved the problem adding a path ...:\Users\Utente.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib
Perhaps this path should be added during rustup installation.
The text was updated successfully, but these errors were encountered:
So far I had no problems with "-C prefer-dynamic" (Windows 64 bit, GNU)
Recently I've switched to rustup, and now if I compile a program with "-C prefer-dynamic" it says it can't find
missing std-f652078ccb4a05c6.dll
I have solved the problem adding a path ...:\Users\Utente.rustup\toolchains\nightly-x86_64-pc-windows-gnu\lib\rustlib\x86_64-pc-windows-gnu\lib
Perhaps this path should be added during rustup installation.
The text was updated successfully, but these errors were encountered: