bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Many of the example loadable builtins don't work anymore


From: Emanuele Torre
Subject: Re: Many of the example loadable builtins don't work anymore
Date: Sat, 25 Nov 2023 04:32:36 +0100
User-agent: Mutt/2.2.12 (2023-09-09)

I've noticed that a lib/sh/compat.c file was added that still provides
the declaration for the legacy legal_ functions.

The bash executable I was getting from building the devel branch did not
have those symbols though.

The reason was that lib/sh/Makefile was not getting regenerated, so the
recipe for libsh.a did not include compat.o.

Re-building bash from a clean tree correctly produces a bash with legal_
symbols.

o/
 emanuele6



reply via email to

[Prev in Thread] Current Thread [Next in Thread]