Skip to Content.
Sympa Menu

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

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Problem building Charm++ on Cygwin


Chronological Thread 
  • From: Phil Miller <mille121 AT illinois.edu>
  • To: Ed Karrels <edk AT illinois.edu>
  • Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] Problem building Charm++ on Cygwin
  • Date: Sat, 3 Sep 2016 13:23:50 -0500

Hi Ed,

Thanks for the report. I've pushed the fix for this issue here:
https://charm.cs.illinois.edu/gerrit/1829

Phil

On Sat, Sep 3, 2016 at 1:05 PM, Ed Karrels <edk AT illinois.edu> wrote:
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