On 21 July 2017 at 09:07, Mark Carter <alt.mcar...@gmail.com> wrote:
> I noticed that there is no Windows 32-bit version of rakudo, and it won't
> even compile on cygwin.

Returning the thread to the original topic of Rakudo (not Star)

http://rakudo.org/how-to-get-rakudo/#Installing-Rakudo-Star-Cygwin

explains why Rakudo doesn't compile on Cygwin ( both 32 bit and 64
bit) since pthread_barrier isn't available on cygwin.

There is a fork of cygwin called mingw which works (since it doesn't
pretend to be POSIX). This is bundled with Strawberry Perl which is
convenient since you only have to install one tool rather than two.

32 bit Windows should compile Rakudo if you install Strawberry Perl
and have both gcc and gmake in the path. Note you need to use cmd.exe
as a shell (not bash) and gmake rather than Window's usual nmake.


-- 
4096R/EA75174B Steve Mynott <steve.myn...@gmail.com>

Reply via email to