Re: iostream doesn't work (clang++)

2023-07-04 Thread Mark Geisert via Cygwin
Hi again, ggl329 via Cygwin wrote: Hi, clang++ fails with iostream. Does it go well in your environment? # I noticed that clang is orphaned. clang requires a maintainer? It would indeed be nice to have a clang maintainer. Until that happens various other folks might be able to assist if the

Re: Noticeable delay in copy paste

2023-07-04 Thread Lee via Cygwin
On 7/4/23, ravi r via Cygwin wrote: > After two years of using an older version of cygwin, a week ago, I >CYGWIN_NT-10.0-19045 version 3.4.7-1.x86_64 > (runneradmin@fv-az416-306) (gcc version 11.4.0 (GCC) ) 2023-06-16 > 14:04 UTC > upgraded cygwin to the latest version. > > Ever since the

Re: iostream doesn't work (clang++)

2023-07-04 Thread Mark Geisert via Cygwin
Hi there, ggl329 via Cygwin wrote: Hi, clang++ fails with iostream. Does it go well in your environment? # I noticed that clang is orphaned. clang requires a maintainer? $ cat sample.cc #include int main() {     std::cout << "Hello World.\n";     return 0; } $ g++ sample.cc $ ./a Hello Wo

iostream doesn't work (clang++)

2023-07-04 Thread ggl329 via Cygwin
Hi, clang++ fails with iostream. Does it go well in your environment? # I noticed that clang is orphaned. clang requires a maintainer? $ cat sample.cc #include int main() { std::cout << "Hello World.\n"; return 0; } $ g++ sample.cc $ ./a Hello World. $ clang++ sample.cc In file inclu

Noticeable delay in copy paste

2023-07-04 Thread ravi r via Cygwin
After two years of using an older version of cygwin, a week ago, I CYGWIN_NT-10.0-19045 version 3.4.7-1.x86_64 (runneradmin@fv-az416-306) (gcc version 11.4.0 (GCC) ) 2023-06-16 14:04 UTC upgraded cygwin to the latest version. Ever since the upgrade, I see noticeable delay in copy pasting te