Re: list dll from Gtk executable build with dmd not working

2020-11-29 Thread Jack via Digitalmars-d-learn
On Saturday, 28 November 2020 at 15:58:57 UTC, Jack wrote: So I build a Gtk executable with dmd, following this[1] tutorial but no tool ldd, nlldd, listdlls[2], dependencies[3] list the gtk's dlls that the executable, as far I know, depends on to run, hence the need to install the Gtk runtime[4

list dll from Gtk executable build with dmd not working

2020-11-28 Thread Jack via Digitalmars-d-learn
So I build a Gtk executable with dmd, following this[1] tutorial but no tool ldd, nlldd, listdlls[2], dependencies[3] list the gtk's dlls that the executable, as far I know, depends on to run, hence the need to install the Gtk runtime[4]. What am I missing? all those tools only return the wind