Skip to Content.
Sympa Menu

charm - [charm] Problem building Charm++ on Cygwin

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Problem building Charm++ on Cygwin


Chronological Thread 
  • From: Ed Karrels <edk AT illinois.edu>
  • To: <charm AT cs.uiuc.edu>
  • Subject: [charm] Problem building Charm++ on Cygwin
  • Date: Sat, 3 Sep 2016 12:05:48 -0600

Hello Charm++ group,

I was able to successfully build Charm++ on Cygwin from a clone of the GitHub repository with the suggested command line: "./build charm++ net-cygwin"

However, when I tried to build the test in "net-cygwin/tests/charm++/simplearrayhello", the linker failed with message about "_ftime" missing:

../../../bin/../lib/libconv-core.a(convcore.o):convcore.c:(.text+0x152c): undefined reference to `_ftime'

There are a couple calls to _ftime() in src/conv-core/convcore.c

Changing these to call ftime() fixed the problem.




Archive powered by MHonArc 2.6.19.

Top of Page