X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RP_MATCHES_RCVD,SPF_HELO_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Andrew Hancock Subject: Nuances of updating cygwin DLL Date: Sat, 3 Dec 2011 04:00:26 +0000 (UTC) Lines: 22 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes 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 I notice a thread on cygwin's inability to create folders/files on a network drive (http://cygwin.com/ml/cygwin/2011-08/msg00136.html). Corinna's advice to use to snapshot worked for me. However, I found that when I upgraded cygwin some time afterward, the problem recurred. I had to re-do the advice that she posted. That thread was posted well in the past, and I wanted to check if the snapshot from that time has made it into the cygwin update. The most straightforward way seemed to be comparing dll file dates. To find what file was relevant, I did "cygcheck -cvs" and used vim to search for the pattern "cygwin\f*\.dll" (without quotes), which showed cygwin1.dll. The page http://cygwin.com/packages/cygwin/cygwin-1.7.9-1 showed that cygwin1.dll is still dated 29 Mar 2011, which means it's from well before the above thread. Approximately how often do the solutions in the snapshots get incorporated into the packages that are installed/updated with Setup.exe? The reason why I wanted to update cygwin was to update octave. It's wavread function has a bug, and I wanted to see if it was solved. Since I suspect that the cygwin.dll is pretty central to the unix environment offered to applications, would it be wise to update octave without udpating cygwin? (My next step is to search for octave release notes to determine whether the bug is fixed in the version that comes with cygwin). -- 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