[EXTERNAL] Memory Barriers at pthread using CYGWIN
Kevin Schnitzius
kometes@yahoo.com
Fri Jun 9 00:19:23 GMT 2023
On Thursday, June 8, 2023 at 06:59:53 PM EDT, Mümin A. via Cygwin <cygwin@cygwin.com> wrote:
>
> r1=0 and r2=0
> That is my result with Cygwin on windows. It’s false.
>
> When I compiled with gcc. The result is correct but when I use lasted Cygwin gcc in windows 10. The result is false.
> cmake .
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
CMake 3.26 or higher is required. You are running version 3.25.3
> g++ main.cpp
>./a
r1 = 1, r2 = 1
Kevin
More information about the Cygwin
mailing list