This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin on Windows Server 2003 - Permission problems !?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]