Hi! Is there any way to do sort of an ldd-style function to see what dlls are needed by certain executables or other dlls in wine? Thanks! -Steven
Steven Pasternak <stevenp500@bellsouth.net> wrote:> Hi! Is there any way to do sort of an ldd-style function to see what > dlls are needed by certain executables or other dlls in wine? Thanks! > -StevenFor executables, you can turn on a certain debug channel ("dll", I think) and jst run them; for DLLs you will propably have to resort to a windows tool. Daniel
Hi Steven Pasternak:> Hi! Is there any way to do sort of an ldd-style function to see what > dlls are needed by certain executables or other dlls in wine? Thanks!When "WINEDEBUG=+loaddll wine yourapp.exe" is not enough, use ldd: Our Application-Database has it (I added the Entry last year) http://appdb.winehq.org/search.php?q=ldd ldd.exe is in "altbinutils-pe-bin" -- By By ... ... Detlef