Thanks Werrner and Saul! L On Fri, Sep 20, 2024 at 4:39 PM Werner LEMBERG <w...@gnu.org> wrote:
> > > I'm trying to build lilypond and it fails I think while building the > > documentation [...] > > > > ERROR: In procedure apply-smob/1: > > In procedure module-lookup: Unbound variable: default-optimization-level > > No idea what's causing this, sorry. > > > Configured with > > PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/guile-2.2.pc > > Hmm, I haven't compiled with guile 2.x since a longer time so I don't > know whether it still works (theoretically yes, I believe). > > > Oh, also: guile 3 doesn't seem to come with a .pc file, is this normal? > > Or did I fail to install its matching dev file? I tried apt-get install > > guile-devel, but it didn't do anything useful > > IIRC, the `.pc` file is not correct if you want static linking. > Attached is the one I'm using for my self-compiled 3.0.9 guile library > that has been configured with > > ``` > ./configure --prefix=/usr/local/opt \ > --disable-shared \ > --without-threads \ > --disable-networking > ``` > > > Werner > -- Luca Fascione