Re: Building static executables

2009-04-15 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Fergus on 4/15/2009 7:15 AM: > Q1. Can anybody tell me why cygcheck /bin/rxvt.exe does not show > libW11.dll as a dependency? Because dlsym() allows one to have true dynamic dependencies, rather than static dependencies on .dlls as record

Building static executables

2009-04-15 Thread Fergus
I noticed that /bin/bash.exe has several library dependencies: ~> cygcheck /bin/bash.exe D:\bin\cygwin1.dll D:\bin\cygintl-8.dll D:\bin\cygiconv-2.dll D:\bin\cygreadline6.dll D:\bin\cygncurses-8.dll (as well as other requirements under c:\Windows\system32\ not listed here). I was