X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=kT J98qTuWuOMbaNUWUAM7D/VDgI+ICdpTAL9vp44f4Tn6H2fgPIptwf/7sDsbUcniE 7yXVX/+j/zu/Y9xDU/AyhjaTOSz5U1Ev2rcK67ggm4XvzjPpgQ893MNRQKr7sHUG Zqkwcx6x+x3dkNT87rQ8C6ZKiuptV22tSSps6se28= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=VHudXUur TkZVTxH7l2IztCq1fpM=; b=OmTE/FXaOVBomDXedSgjBcEUvJBgEP6Tc5RRCWS7 O2ckWuYMg1g2EzqIgzZEQYs9Y6wamjkvNIvOeB8rLBwWmChvkZ5LGSch1P7hs/xi KnLIZtGYUgHU+KAf6oSuVFCKt2LI4E+iGm97ghMLcmvDn9BFSsEW6BajkuJx1PcH 4fg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f179.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=nkUU2Dt3AjDo2lusptnifQRj599MmdPioYKspNx+qlA=; b=M4PqFBGrdyL1JXDr50aT9ky/QLue5Em/YAtOf3z9MLiFBDHGCEE3dU5NIV3RePsdlF W6fuMua9w/aLLyHdCl6XxjNv6L32iXsPWqjYkWMs0jw1ijzVAFJcVQaBVVCO1Rb0MHJ6 JUO/M9LdL+7fu10YdvqqcSzNSYCiJ8lfZEiTUAS9u/cnA9MnjgFR4ypQrFeNxcd9l6Vo io7LlCDF3n/xKHCPQBbr+YpAO++6CWF7UWt4/iythGpytEh0E+QBDHlOpPGAomunL32N GgQFMW/42gMtl5sP+OBegc+sIj3GMezRLEYAzXrQ095AOqzUscux7srGUBeyinjSpbPS pUtQ== X-Gm-Message-State: ALoCoQkHql+dcldqsYNeybsp47Zb+ry+xzvntLFcpgCz8Tg8afhBnTjkHIWAeynteBAsRsjuLgGw MIME-Version: 1.0 X-Received: by 10.194.19.66 with SMTP id c2mr27952552wje.141.1446478471964; Mon, 02 Nov 2015 07:34:31 -0800 (PST) In-Reply-To: References: <5636D2C5 DOT 6020309 AT ehdp DOT com> <56375B94 DOT 4060107 AT gmail DOT com> Date: Mon, 2 Nov 2015 10:34:31 -0500 Message-ID: Subject: Re: compile ncurses "hello world" to run independent of cygwin? From: Darik Horn To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Mon, Nov 2, 2015 at 10:14 AM, Greg Freemyer wrote: > > The last time I checked (a few years ago), my understanding was the > cygwin dll's were licensed such that any programs using them had to be > GPL (or equivalent). > > Is that wrong? No, that is still the case: * https://cygwin.com/licensing.html > If so, anyone wanting to write a commercial tool has to avoid the > cygwin's core dll's. Or buy a license. > Does using mingw do so? No, it is easier to avoid GPL obligations by using the MinGW runtime: * http://www.mingw.org/license -- 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