This is the mail archive of the
cygwin-xfree@cygwin.com
mailing list for the Cygwin XFree86 project.
Re: permission denied.....
That's my point. It could be WinNT 4.0 specific.
Alan.
On Wed, Oct 03, 2001 at 08:33:48AM -0400, Harold Hunt wrote:
> Windows 2000, then Windows 2000 SP1, and finally Windows 2000 SP2. :)
>
> I've never seen the error when cross compiling either.
>
> Harold
>
> > -----Original Message-----
> > From: Alan Hourihane [mailto:alanh@fairlite.demon.co.uk]
> > Sent: Wednesday, October 03, 2001 3:36 AM
> > To: Harold Hunt
> > Cc: cygx
> > Subject: Re: permission denied.....
> >
> >
> > What's your platform Harold ?
> >
> > On Tue, Oct 02, 2001 at 09:48:01PM -0400, Harold Hunt wrote:
> > > I've never seen that problem. I sometimes do several builds a day, so I
> > > should have run into it by now :)
> > >
> > > Harold
> > >
> > >
> > > > -----Original Message-----
> > > > From: cygwin-xfree-owner@sources.redhat.com
> > > > [mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of Alan
> > > > Hourihane
> > > > Sent: Tuesday, October 02, 2001 6:44 PM
> > > > To: cygwin-xfree@cygwin.com
> > > > Subject: permission denied.....
> > > >
> > > >
> > > > I'm wondering if anyone else has ever seen this.
> > > >
> > > > It only happens very occasionally, but sometimes when I'm
> > building the X
> > > > tree on cygwin 1.3.3 on my WinNT 4.0 box (SP6a) I get
> > 'permission denied'
> > > > when building....
> > > >
> > > > Example build problem.....
> > > >
> > > > gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith -I../..
> > > > -I../../exports/include -D__i386__ -DWIN32_LEAN_AND_MEAN
> > > > -DX_LOCALE -D_X86_ -D__STDC__ -DNO_TCP_H -D__CYGWIN__
> > > > -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE
> > > > -D_SVID_SOURCE -D_GNU_SOURCE -DFUNCPROTO=15 -DNARROWPROTO
> > GenKey.c
> > > > cpp0.exe: /cygdrive/c/TEMP/cc2ffvs1.i: Permission denied
> > > > make[4]: *** [GenKey.o] Error 1
> > > >
> > > > If I go back into this directory and whack 'make' again it's fine
> > > > and builds.
> > > >
> > > > Anyone seen this ?
> > > >
> > > > It did happen with 1.3.2 too, but never happened with 1.3.1.
> > > >
> > > > I've tried various flavours of the binutils packages too, I'm
> > currently
> > > > running with the latest 1st Oct. release.
> > > >
> > > > Alan.