On Mon, 1 Sep 2025 14:04:18 -0400
Chet Ramey <[email protected]> wrote:

> On 9/1/25 10:24 AM, pourko--- via Bug reports for the GNU Bourne
> Again SHell wrote:
> > Is there any possible (easy) way of transforming a bash loadable
> > into a bash builtin?
> 
> Sure. You just have to convert the information in the `xxx_doc' array
> and the `xxx_struct' structure to the format the .def file processor
> expects, then add the source and object files to the various Makefile
> variables. But you have to do it all manually.
> 

I have been trying to do the same for a long time. It is not that easy
there are more dependencies that dont get met. I got something to work.
It was a mess. (read: never got it to work in a elegant/reproducable
way, even when pulling insights from Grok). A readme or script to help
with that in the source tree would be a great help. I am willing to put
the work (to get fltexpr as builtin) when I get the missing pointers

Michael

Reply via email to