On Thu, Feb 8, 2024 at 11:10 AM Andrew Burgess <aburg...@redhat.com> wrote: > > Christian Biesinger <cbiesin...@google.com> writes: > > > On Mon, Jan 22, 2024 at 7:21 PM Tom Tromey <t...@tromey.com> wrote: > > > >> This reverts commit b7e5a29602143b53267efcd9c8d5ecc78cd5a62f. > >> > >> This patch caused problems for some users when building gdb, because > >> it would cause 'guild' to be invoked with the wrong versin of guile. > >> > > > > Is "guild" here a typo? (I don't see a "guild" binary when installing > > guile-3.0) > > guild is the guile compiler. There's certainly a guild binary with > 3.02 and 3.0.9, as well as every 2.x I've checked. What version exactly > are you using?
Oh, that was my mistake, I installed guile-3.0 which does not contain guild but guile-3.0-dev does contain it. (Debian) Christian