X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,PLING_QUERY,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <4A69873F.7080500@gmail.com> Date: Fri, 24 Jul 2009 11:04:47 +0100 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Cygwin on Windows Server 2003 - Permission problems !? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit 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 Clemens Arth wrote: > llvm-ar: can't rename 'c:/cygwin/admin/funnylibrary.a-dofeyJ' as > 'c:/cygwin/admin/funnylibrary.a' Permission denied Failure of rename-into-place is almost always caused by an AV program (or similar) that opens handles to your files and holds them open when your program was expecting nothing to have them open. Take a browse at the FAQ entry: http://cygwin.com/faq/faq.using.html#faq.using.bloda > The second interesting thing is that although everything runs inside the > cygwin shell, the file names in the error report are in windows format > (as you can see above). Might this cause some problems, and why does > this happen? Because you are running a non-Cygwin version of 'ar', using a script that translates filenames for you automatically. So it is in fact rather likely that this isn't a cygwin problem at all, even though you happen to see it when you launch the programs from a cygwin shell. cheers, DaveK -- 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