Re: Cygwin 3.5.1: unable to open output file '/cygdrive/t/tmpdir/x-01564d.o': 'Operation not permitted'

2024-04-19 Thread Dan Shelton via Cygwin
On Mon, 11 Mar 2024 at 17:59, Brian Inglis via Cygwin wrote: > > On 2024-03-11 04:27, Roland Mainz via Cygwin wrote: > > On Mon, Mar 11, 2024 at 8:01 AM Cedric Blancher via Cygwin > > wrote: > >> On Fri, 8 Mar 2024 at 03:25, Dan Shelton via Cygwin > >> wrote: > >>> I've run into a problem with

Re: Cygwin 3.5.1: unable to open output file '/cygdrive/t/tmpdir/x-01564d.o': 'Operation not permitted'

2024-03-11 Thread Brian Inglis via Cygwin
On 2024-03-11 04:27, Roland Mainz via Cygwin wrote: On Mon, Mar 11, 2024 at 8:01 AM Cedric Blancher via Cygwin wrote: On Fri, 8 Mar 2024 at 03:25, Dan Shelton via Cygwin wrote: I've run into a problem with clang on Cygwin 3.5.1 and 3.6. My machine does not have much disk space left, so I swit

Re: Cygwin 3.5.1: unable to open output file '/cygdrive/t/tmpdir/x-01564d.o': 'Operation not permitted'

2024-03-11 Thread Roland Mainz via Cygwin
On Mon, Mar 11, 2024 at 8:01 AM Cedric Blancher via Cygwin wrote: > On Fri, 8 Mar 2024 at 03:25, Dan Shelton via Cygwin wrote: > > I've run into a problem with clang on Cygwin 3.5.1 and 3.6. My machine > > does not have much disk space left, so I switched TMPDIR to the > > network drive. But clan

Re: Cygwin 3.5.1: unable to open output file '/cygdrive/t/tmpdir/x-01564d.o': 'Operation not permitted'

2024-03-11 Thread Cedric Blancher via Cygwin
On Fri, 8 Mar 2024 at 03:25, Dan Shelton via Cygwin wrote: > > Hello! > > I've run into a problem with clang on Cygwin 3.5.1 and 3.6. My machine > does not have much disk space left, so I switched TMPDIR to the > network drive. But clang then failed, like this: > > $ cat x.c > #include > int main

Re: Cygwin 3.5.1: unable to open output file '/cygdrive/t/tmpdir/x-01564d.o': 'Operation not permitted'

2024-03-08 Thread Dan Shelton via Cygwin
On Fri, 8 Mar 2024 at 08:32, Cedric Blancher via Cygwin wrote: > > On Fri, 8 Mar 2024 at 03:25, Dan Shelton via Cygwin wrote: > > > > Hello! > > > > I've run into a problem with clang on Cygwin 3.5.1 and 3.6. My machine > > does not have much disk space left, so I switched TMPDIR to the > > netwo

Re: Cygwin 3.5.1: unable to open output file '/cygdrive/t/tmpdir/x-01564d.o': 'Operation not permitted'

2024-03-07 Thread Cedric Blancher via Cygwin
On Fri, 8 Mar 2024 at 03:25, Dan Shelton via Cygwin wrote: > > Hello! > > I've run into a problem with clang on Cygwin 3.5.1 and 3.6. My machine > does not have much disk space left, so I switched TMPDIR to the > network drive. But clang then failed, like this: > > $ cat x.c > #include > int main

Cygwin 3.5.1: unable to open output file '/cygdrive/t/tmpdir/x-01564d.o': 'Operation not permitted'

2024-03-07 Thread Dan Shelton via Cygwin
Hello! I've run into a problem with clang on Cygwin 3.5.1 and 3.6. My machine does not have much disk space left, so I switched TMPDIR to the network drive. But clang then failed, like this: $ cat x.c #include int main(int ac, char *av[]) { puts("hello world"); return 0 ; } $ mkdir /cygdrive/t/t