Distributing Cygwin DLLs with my app

2006-02-23 Thread Dave Bryan
Hi, I have an application for Windows written in VC++ which spawns the GNU tools GCC, LD, etc. As the GNU programs use the Cygwin DLLs I need those also. Is is possible to distribute just the needed Cygwin DLLs with my app + GNU tools rather than the complete Cygwin installation ? There

Re: Distributing Cygwin DLLs with my app

2006-02-23 Thread Igor Peshansky
On Thu, 23 Feb 2006, Dave Bryan wrote: I have an application for Windows written in VC++ which spawns the GNU tools GCC, LD, etc. As the GNU programs use the Cygwin DLLs I need those also. Is is possible to distribute just the needed Cygwin DLLs with my app + GNU tools rather than the

Re: Distributing Cygwin DLLs with my app

2006-02-23 Thread Dave Bryan
Igor Thanks very much for your reply. I appreciate your time and the points you raised. Regards Dave On Thu, 23 Feb 2006, Dave Bryan wrote: I have an application for Windows written in VC++ which spawns the GNU tools GCC, LD, etc. As the GNU programs use the Cygwin DLLs I need those