cannot find -lshcore #2026
Unanswered
gyorokpeter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to build the project on Windows 10 using mingw64 and I'm getting this error:
= note: D:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lshcore
collect2.exe: error: ld returned 1 exit status
This is after a very long command line that looks like:
Compiling ruffle_render_wgpu v0.1.0 (D:\Projects\other\ruffle\render\wgpu)
error: linking with
x86_64-w64-mingw32-gcc
failed: exit code: 1|
= note: "x86_64-w64-mingw32-gcc" "-fno-use-linker-plugin" "-Wl,--nxcompat" "-m64" ...
Any tips on how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions