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