Re: guile-lzlib fix for the 64bit Hurd / gcc-14

2024-11-15 Thread Mathieu Othacehe
Hello Janneke, > * configure.ac: When cross-compiling declare LZ_decompress_open before > using it in conftest.c. Pushed, thanks! Mathieu

[ANN] nyacc-2.01.4 released

2024-11-15 Thread Matt Wette
NYACC, for Not Yet Another Compiler Compiler, is set of guile modules for generating parsers and lexical analyzers.  It also provides sample parsers and pretty-printers using SXML trees as an intermediate representation. It provides a decent C parser and a `FFI Helper' tool to help create Guile S

guile-lzlib fix for the 64bit Hurd / gcc-14

2024-11-15 Thread janneke
Hi Mathieu, I'm using the attached patch to build guile-lzlib for the 64bit Hurd. When configure tries to detect the shared library name, the Hurd's gcc-14 says --8<---cut here---start->8--- x86_64-pc-gnu-gcc conftest.c -o conftest -llz -Wl,--verbose foo.c: In