Reputation: 2202
I have downloaded both programs, but I see no instructions on google for getting Cilk to work on Cygwin. Is there a Cygwin package that would work? I'm programming in C and have gcc installed.
Upvotes: 0
Views: 442
Reputation: 25705
Build it from source.
That will link the cygwin32.dll
with the binaries which are essential for it to work with cygwin.
Here is a guide: http://groups.csail.mit.edu/sct/wiki/index.php?title=Cilk_Plus_Installation_Guide to build it from source with gcc
.
Upvotes: 1