delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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 <brian AT dessent DOT net> |
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> |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |