Skip to Content.
Sympa Menu

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

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [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: Re: [charm] Build Charm++ using musl-libc
  • Date: Thu, 28 Apr 2016 07:36:19 -0600

I'll answer myself: the libtirpc-dev alpine package has the missing headers and the Charm++ build needs the --incdir=/usr/include/tirpc argument. Builds fine, but have not tested though.

On Wed, Apr 27, 2016 at 10:48 PM, Jozsef Bakosi <jbakosi AT gmail.com> wrote:
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