Re: cl.exe compiles libraries with blank permissions

2009-07-10 Thread icc97
Larry Hall (Cygwin) wrote: > > icc97 wrote: >> >> >> Larry Hall (Cygwin) wrote: >>> icc97 wrote: >>>> Further research shows that the issue is that the file is first created >>>> with >>>> additional windows permissions

Re: cl.exe compiles libraries with blank permissions

2009-07-09 Thread icc97
Larry Hall (Cygwin) wrote: > > icc97 wrote: >> Further research shows that the issue is that the file is first created >> with >> additional windows permissions i.e. doing ls -lrt on the file gives: >> >> --+ 1 mynameDomain Users 14436

Re: cl.exe compiles libraries with blank permissions

2009-07-08 Thread icc97
opied to a separate directory and the additional permissions are lost, so now doing an ls -lrt gives: -- 1 mynameDomain Users 14436 Jul 8 13:04 mylib.lib The '+' is gone. So does anyone know why the file permissions get removed when the file is copied? Thanks, Ian i

cl.exe compiles libraries with blank permissions

2009-07-08 Thread icc97
I'm having trouble compiling static libraries using cl.exe from Visual Studio 2008. I'm running cygwin on Windows Vista with Admin rights and the UAC turned off. The libraries will compile fine but they are created with blank / zero permissions i.e. effectively chmod 000. Subsequently I would g