winlibs_mingw
winlibs_mingw copied to clipboard
listpedeps /mingw64/bin/premake5
$ listpedeps /mingw64/bin/premake5
[C:/msys64/mingw64/bin/premake5]
Error opening PE file C:/msys64/mingw64/bin/premake5: file open error
$ listpedeps /mingw64/bin/premake5.exe
[C:/msys64/mingw64/bin/premake5.exe]
architecture: x86_64
machine name: AMD AMD64 (x64)
machine bits: 64-bit
subsystem: Windows console
DLL: no
stripped: yes
file version: 0.0
minimum OS: Windows version 5.2
image base address: 0x140000000
Luckily, appending the .exe extension makes it work.
Now, the real issue. The switches are confusing:
- The
-iand-xswitches are basically the same. I redirected their outputs to text files and I can confirm the output are identical. Is it a bug? - The
-sswitch will nullify both-iand-x.
@brechtsanders As you have reopened this thread, I know you still care. Please have a look:
https://github.com/skeeto/w64devkit/issues/278#issuecomment-3255200138