Skip to Content.
Sympa Menu

charm - [charm] Build Charm++ using musl-libc

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Build Charm++ using musl-libc


Chronological Thread 
  • From: Jozsef Bakosi <jbakosi AT gmail.com>
  • To: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: [charm] Build Charm++ using musl-libc
  • Date: Wed, 27 Apr 2016 22:48:38 -0600

Hi folks,

I'm trying to build Charm++ on Alpine linux which uses musl-libc instead of glibc and I get this error:

debug-charm.C:344:21: fatal error: rpc/rpc.h: No such file or directory
compilation terminated.

Apparently, rpc.h is not in musl-libc, only in glibc, and is rpc.h is not provided by any package on Alpine linux. Does anyone have an idea what I can do? Can I install rpc separately? Perhaps not part of glibc?

Thanks,
Jozsef



Archive powered by MHonArc 2.6.16.

Top of Page