X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 3 Mar 2011 06:45:22 +0000 Message-ID: Subject: Re: distributing executables for windows From: Andy Koppe To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On 3 March 2011 03:54, anctop wrote: > I'd like to ask a question about distributing programs compiled with > cygwin to windows. > > I've compiled some utility programs (e.g. "grep") in the cygwin bash > environment, then copied the executables and the dependent libraries > (e.g. "grep.exe" and "cygwin1.dll", "cygintl-8.dll", "cygiconv-2.dll", > "cyggcc_s-1.dll", "cygpcre-0.dll") back to windows. Remember that you also need to offer the sources when distributing GPL software. > For those programs with only text outputs, this method gives a working > windows port of the software, but it is not the case for those > terminal handling programs (e.g. "less"). I can still compile and > distribute, but the program works correctly only within the cygwin > bash. Under windows, all the terminal capabilities are lost, with the > "WARNING: terminal is not fully functional" message. You need the relevant terminfo entry, i.e. /usr/share/terminfo/63/cygwin. Andy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple