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
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
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
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
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
5 matches
Mail list logo