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
Attempting to link a crate as a "dylib" on windows, specifically the nightly i686-pc-windows-gnu, to produce a DLL results in a linker error if that crate uses array subscripting. For example, compiling with no options,
Passing the -C linker=C:/tools/rust32/bin/rustlib/i686-pc-windows-gnu/bin/gcc.exe, doesn't help, nor does compiling for x86_64, nor with the flag -C linker="C:/tools/rust/bin/rustlib/x86_64-pc-windows-gnu/bin/gcc.exe".
The text was updated successfully, but these errors were encountered:
Attempting to link a crate as a "dylib" on windows, specifically the nightly i686-pc-windows-gnu, to produce a DLL results in a linker error if that crate uses array subscripting. For example, compiling with no options,
results in a linker error,
Passing the
-C linker=C:/tools/rust32/bin/rustlib/i686-pc-windows-gnu/bin/gcc.exe
, doesn't help, nor does compiling for x86_64, nor with the flag-C linker="C:/tools/rust/bin/rustlib/x86_64-pc-windows-gnu/bin/gcc.exe"
.The text was updated successfully, but these errors were encountered: