ECL and musl

2017-10-12 Thread Lucas Ramage
Hello, I am attempting to package ecl for alpine linux and I am having troubles compiling against musl. Building ecl_min... .//libeclgc.a(mach_dep.o): In function `GC_with_callee_saves_pushed': /root/ecl-16.1.3/src/bdwgc/mach_dep.c:245: undefined reference to `getcontext' collect2: error: ld r

Re: ECL and musl

2017-10-12 Thread Daniel KochmaƄski
Hey, your problem is related to bundled libgc. We have some conditionalization for musl, so I'm sure it worked in the past. I'd suggest trying to install libgc from alpine repositories and build ECL against that libgc. If Alpine doesn't have libgc in the repositories, I'd try building upstrea