X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <4725D062.8381B303@dessent.net> Date: Mon, 29 Oct 2007 05:21:54 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Obtaining cygwin with cygwin1.dll version 1005.14.0.0 References: <001c01c81a1a$f9b2dde0$5f00a8c0 AT SSWS0095> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 "Paul.Foster" wrote: > Due to incompatibilities between cygwin versions we need to install a > version of cygwin which is compatible with cygwin1.dll version > 1005.14.0.0. api version 0.126 That is a convoluted way of saying version 1.5.14. This is a very dated version, released more than 2.5 years ago (2005-04-01). We don't support anything but the current release, so I'm afraid you're on your own. Cygwin is designed to be backwards binary compatible so in these kinds of situations a newer DLL should always work when replacing an older one. There is a unofficial project called the Cygwin time machine that has some older versions of packages. > We are running on windows (many flavours) and cygwin is installed as > part of one of our applications and cannot be changed. We need a full > cygwin installation so that we can use the perl interpreter. This kind of vendor lock-in is exactly why the GPL was written the way it was. The supplier of this application is required to give you the complete source to the version of Cygwin they used, as well as the source of the application. If all else fails you can take this source and either a) rebuild perl against the old version of Cygwin they used or b) rebuild the application against a modern version of Cygwin. If they won't give you the complete source they're in violation of the license. 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/