pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/54298: devel/glib2 fails to build



The following reply was made to PR pkg/54298; it has been noted by GNATS.

From: Patrick Welche <prlw1%cam.ac.uk@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/54298: devel/glib2 fails to build
Date: Tue, 18 Jun 2019 10:59:56 +0100

 To check 3) could you try
 
 cat > bar.c << EOF
 int main() {
   volatile int atomic = 2;
   __sync_bool_compare_and_swap (&atomic, 2, 3);
   return 0;
 }
 EOF
 gcc -o bar bar.c
 
 Apparently if that compiles, "atomic ops" are available?
 


Home | Main Index | Thread Index | Old Index