user1956609
user1956609

Reputation: 2202

How to get Cilk working with Cygwin?

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

Answers (1)

Aniket Inge
Aniket Inge

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

Related Questions