[racket-dev] Compile racket without native compare-and-swap support?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sun Apr 27 19:03:30 EDT 2014

At Mon, 28 Apr 2014 00:58:48 +0200, Juan Francisco Cantero Hurtado wrote:
> I'm trying to compile Racket 6.0 on OpenBSD/hppa but the compilation 
> fails because there is not support for CAS on OpenBSD/hppa. Is it 
> possible compile racket on platforms without atomic CAS?.

Does it help to use

 --disable-places --disable-futures

as arguments to `configure`?


Posted on the dev mailing list.