-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
LinuxIssue specific to running on LinuxIssue specific to running on LinuxPEIssue specific to PE filesIssue specific to PE files
Description
Yes, the title is the same as #11, but there the reply was "The simple truth is I've written this to be a Linux tool and never gave running under Windows any thought."
I'm seeing what looks like the same problem on Debian GNU/Linux. E.g. (small example, so there is only one DLL that should be found, but I see the same "failed to resolve" with other programs that need more DLLs):
sdcc-builder@notebook6:~$ /tmp/copydeps/build/copydeps --dry-run ./build/sdcc-build/build/x86_64-w64-mingw32/sdcc/sdcc/bin/sdar.exe
"KERNEL32.dll": (ignored)
"USER32.dll": (ignored)
"msvcrt.dll": (ignored)
"zlib1.dll": (failed to resolve)
sdcc-builder@notebook6:~$ find /usr -name zlib1.dll
/usr/lib/x86_64-linux-gnu/wine/zlib1.dll
/usr/lib/x86_64-linux-gnu/wine/i386-windows/zlib1.dll
/usr/lib/x86_64-linux-gnu/wine/x86_64-windows/zlib1.dll
/usr/lib/i386-linux-gnu/wine/zlib1.dll
/usr/lib/i386-linux-gnu/wine/i386-windows/zlib1.dll
/usr/lib/i386-linux-gnu/wine/x86_64-windows/zlib1.dll
/usr/i686-w64-mingw32/lib/zlib1.dll
/usr/x86_64-w64-mingw32/lib/zlib1.dll
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
LinuxIssue specific to running on LinuxIssue specific to running on LinuxPEIssue specific to PE filesIssue specific to PE files