Skip to content

Copydeps cannot resolve any dll #12

@spth

Description

@spth

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    LinuxIssue specific to running on LinuxPEIssue specific to PE files

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions