Re: [hatari-devel] Hatari Windows 2.4.1 release and PortMidi? |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
On Mittwoch, 24. August 2022 18:13:30 CEST Eero Tamminen wrote: > it does not matter whether it's linked against ncurses or termcap > library.
Of course that matters. If it is linked against ncurses, then you must also add the ncurses dll to the archive, or users will get errors because of a missing dll.
BTW, the originall "ldd" from cygwin seems to be not able to list all the dependencies. i used the one that i once wrote for aranym. But you can also do the brute-force method
$ strings hatari.exe | grep -i dll
then repeat that for any dll encountered. |
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |