Re: 2.26.0 fails to build on opensuse leap 16.0

Dan Eble <[email protected]> Thu, 14 May 2026 07:34:07 -0400
Newsgroups gmane.comp.gnu.lilypond.devel
Message-ID <[email protected]>
On 2026-05-14 06:48, Terence Waterhouse wrote:
> Hello Dan !
> 
> Here is the CONFIG_LIBS entry from my compile:
> 
> CONFIG_LIBS = \
>     \
>     \
>    -lglib-2.0 \
>    -lguile-3.0 -lgc -lpthread -ldl \
>    -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lharfbuzz -lfreetype - 
> lgobject-2.0 -lglib-2.0 \
>    -lfontconfig -lfreetype \
>    -lfreetype \
>    -lcairo \
>    -lpng16 \
>    -lz

Those are the same as mine.


> As you can see, I'm missing three libraries after guile-3.0

It looks like libgc would provide `GC_get_gc_no`:

https://github.com/bdwgc/bdwgc/blob/5c70f7cac7fd5f5a9709426a35c720723edac454/misc.c#L2751

-- 
Dan