|
From: Mumit K. <kh...@Na...> - 2001-02-09 21:56:32
|
On Fri, 9 Feb 2001, Earnie Boyd wrote: > 1) I didn't know Mumit was releasing a bash for MinGW. > 2) The package file name matches Cygwin's release. Too busy to read up on the list, so apologies if I've missed something obvious. (1) I have never done any work on Mingw bash, it's simply too hard for the benefit, and (2) you can tell if something depends on Cygwin by doing the following: objdump -p foo.exe | grep "DLL Name" will list all the DLLs the executable depends on. Regards, Mumit |