Re: CygWin DLL linking and the number of files that have to be distributed

2005-09-23 Thread Brian Dessent
Bryan Dunphy wrote: > How do I get it to go back to static linking so all I have to give them > is "X.exe". http://cygwin.com/faq/faq.programming.html#faq.programming.static-linking -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/proble

CygWin DLL linking and the number of files that have to be distributed

2005-09-23 Thread Bryan Dunphy
I used to be able to compile Application "X" and give it to someone without CygWin by just giving them "X.exe". However, now it complains it can't find one or more DLLs. I'm assuming this is because CygWin switched from static to dynamic linking by default. How do I get it to go back to stat