Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <41A9665B.7060F66C@dessent.net> Date: Sat, 27 Nov 2004 21:47:07 -0800 From: Brian Dessent Organization: My own little world... MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: cross-compiling with ncurses References: <482f93ba04112721285b2410d5 AT mail DOT gmail DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Jose Arcangel Salazar Delgado wrote: > I have a problem, i'm using gcc included in cygwin to compile a > ncurses aplication. The problem its that I need the installation of > cygwin to run the application. Its any way to compile a .exe that dont > need all the cygwin install (at least only a few libs) and run in > windows. No, that is not possible. You must distribute cygwin1.dll with your application if your application is a Cygwin application, there is no way to statically link it in. And doing so means you must release your app under the terms of the GPL, including making available both the source for your app and the source for the DLL. (Pointing people to cygwin.com is not sufficient.) You can also purchase a commercial license for the DLL since it's dual-licensed. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/