Hello Guix,

I tried to build an exe with the x86_64-w64-mingw32 toolchain. I tried
to run it with wine, but it cannot find libgcc_s_seh-1.dll. find
/gnu/store -type f -name libgcc_s_seh-1.dll tells me it is in
/gnu/store/v756rj188hffcbhc6cq45iqzq6r8jjz2-gcc-cross-x86_64-w64-
mingw32-14.3.0-lib/x86_64-w64-mingw32/lib/libgcc_s_seh-1.dll. In my
package’s build phase, I searched for file "x86_64-w64-
mingw32/lib/libgcc_s_seh-1.dll" in the inputs:

(search-input-file (append native-inputs inputs) "x86_64-w64-
mingw32/lib/libgcc_s_seh-1.dll")

However I only got a &search-error condition.

What package should I add to my package’s input so that I can retrieve
libgcc_s_seh-1.dll?

Best regards,

Vivien

Reply via email to