bug#47721: guile apps on homepage not properly announced

2021-04-12 Thread Werner LEMBERG
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

bug#54444: wrong .pc file for `configure --disable-shared`

2022-03-18 Thread Werner LEMBERG
[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:

bug#75642: A fix for `guile-3.0.pc`

2025-01-17 Thread Werner LEMBERG
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