Some issues with the website.
* Looking at https://www.gnu.org/software/guile/ there is a section
'Applications using Guile', which lists exactly four applications.
However, there are more than that. I suggest that you add a small
line at the bottom of this section that links to such a li
[guile 2.2.7]
If I configure guile with
```
configure --disable-shared
```
the created `guile-2.2.pc` is incorrect: Instead of
```
Libs: -L${libdir} -lguile-2.2 -lgc
Libs.private: -lgmp -lltdl -L/usr/lib64/../lib64 -lffi \
-lunistring -lcrypt -lm
```
it should have
```
Libs:
Hope this helps.
Werner
>From d92e90bf2a019fc4cb62b0a7398bddf87740e9f1 Mon Sep 17 00:00:00 2001
From: Werner Lemberg
Date: Fri, 17 Jan 2025 11:10:26 +0100
Subject: [PATCH] Add `LIB_GETRANDOM` to `Libs.private` in `.pc` files
The omission was discovered while cross-compiling LilyPond w