Re: GUILE_QUIET=1 guile → suppress REPL welcome message (fixed message format)

2024-10-05 Thread Matt Wette
On 10/5/24 3:23 AM, Dr. Arne Babenhauserheide wrote: Hi Matt, Nice! 2) I reverted the change to system/repl/common.scm which had changed the output of the welcome message from default output port to info-port. This was causing the repl-server test to fail. If a user uses Guile as a extension, a

Why does guile put -lgc into the linker flags?

2024-10-05 Thread Tomas Volf
Hello, this might be obvious to some, but I am curious why guile puts -lgc to the linker flags: --8<---cut here---start->8--- $ guile-config link -L/gnu/store/mfkz7fvlfpv3ppwbkv0imb19nrf95akf-guile-3.0.9/lib -L/gnu/store/pr73chdirm3jc2j7npc6hqzmcwjs7l8m-libgc

Re: GUILE_QUIET=1 guile → suppress REPL welcome message (fixed message format)

2024-10-05 Thread Dr. Arne Babenhauserheide
Hi Matt, Matt Wette writes: > I got it working.   I made two changes: Nice! > 1) I updated the change to ice-9/command-line.scm.  The `patch' > command rejected the location of the `-I' option placement. > 2) I reverted the change to system/repl/common.scm which had changed > the output of the