Re: Problems with flushing stdin in mintty

2025-07-13 Thread Takashi Yano via Cygwin
On Sun, 13 Jul 2025 20:34:56 +0900 Takashi Yano wrote: > On Sun, 13 Jul 2025 11:40:10 +0200 > Christoph Reiter wrote: > > I'm having the problem that under cygwin flushing stdin for some reason > > doesn't > > work when running in mintty. It works when running cygwin in the Windows > > terminal th

Re: SLOW ls(1) - cygwin dir lookups with WinNT async requests?

2025-07-13 Thread Brian Inglis via Cygwin
On 2025-07-12 10:43, Aurélien Couderc via Cygwin wrote: Follow up to an old thread, Corinna wrote this: Forth, by not trusting Cygwin to do the right thing and adding a lot of unnecessary code for each single ACL, you slow down ls(1) even more on Cygwin, which already gets a beating for being sl

Re: Any help with a gcc command line?

2025-07-13 Thread Dimitry Andric via Cygwin
On 13 Jul 2025, at 10:10, Fergus Daly via Cygwin wrote: > > Sorry - this is very person- rather than Cygwin-specific, but any insight > would be greatly appreciated. > In Cygwin and for many years I have compiled an executable myx.exe from > source and then re-compiled it > as the need arises w

Re: Any help with a gcc command line?

2025-07-13 Thread Eliot Moss via Cygwin
On 7/13/2025 4:10 AM, Fergus Daly via Cygwin wrote: -lfoo is passed on to the linker (probably ld), which does a very simple adjustment of the name, specifically to libfoo.a. It searches for that name in in directories of the link path, which is what the -L option controls. (The .a is because of

Re: Problems with flushing stdin in mintty

2025-07-13 Thread Takashi Yano via Cygwin
On Sun, 13 Jul 2025 11:40:10 +0200 Christoph Reiter wrote: > I'm having the problem that under cygwin flushing stdin for some reason > doesn't > work when running in mintty. It works when running cygwin in the Windows > terminal though. In my case the program using this is pacman, where it asks >

Problems with flushing stdin in mintty

2025-07-13 Thread Christoph Reiter via Cygwin
I'm having the problem that under cygwin flushing stdin for some reason doesn't work when running in mintty. It works when running cygwin in the Windows terminal though. In my case the program using this is pacman, where it asks various questions and if you hit some keys in-between questions they l

Any help with a gcc command line?

2025-07-13 Thread Fergus Daly via Cygwin
Sorry - this is very person- rather than Cygwin-specific, but any insight would be greatly appreciated. In Cygwin and for many years I have compiled an executable myx.exe from source and then re-compiled it as the need arises when revised or new {source}/*.c occur. After creating the archive myx0