X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: Date: Tue, 18 Mar 2008 17:37:09 -0700 From: "Dan Kegel" To: cygwin AT cygwin DOT com Subject: Re: FAQ suggestion In-Reply-To: <47E05D4D.8000000@byu.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080318232317 DOT GA22446 AT ednor DOT casa DOT cgf DOT cx> <47E05D4D DOT 8000000 AT byu DOT net> X-Google-Sender-Auth: a55867ba70474fb3 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 OK, third draft: Q. I want to bundle Cygwin with a product, and ship it to customer sites. How can I do this without conflicting with any Cygwin installed by the user? A. Third party developers who wish to use Cygwin should check if there is a version of cygwin installed and use the installed version if it is newer, or conditionally upgrade if it is not. (This is same scheme used by Microsoft with great success for its runtime DLLs for many years. If someone wrote a nice utility for doing this type of checking, the Cygwin developers would be happy to put it somewhere on the Cygwin site.) Also, remember that by distributing your project which depends on cygwin, you are bound by the license agreement, http://cygwin.com/licensing.html. Your application must either be under the GPL, or you must purchase a support contract through Red Hat; and if you choose to distribute cygwin1.dll, you must also ensure that you provide the cygwin source code that matches what you distribute. Q. Can I install a private version of cygwin that doesn't conflict with the system cygwin (in the same way that multiple versions of Wine can coexist)? A. The Cygwin maintainers will resist any suggestion to support this, no matter how sensible it might sound to you. Q. But doesn't that mean that if some application installs an older Cygwin library, my application will break? A. Yes. Tough. Don't install applications like that. Q. Doesn't this mean that Cygwin is fragile? A. No. Cygwin is *right*. It's those other applications, or perhaps the users, or both, that are wrong. -- 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/