Joerg Schilling wrote: > Guy Shaw <Guy.Shaw at Sun.COM> wrote: > >> So, next in the Plan B sequence is Bourne Shell with >> libc-lite. I may still do something with sash, > > > Does this include gettext and similar? > > You may need to comment out the localization support > but this cannot be too much work.
I don't have it all worked out, yet. I have just been doing experiments with simpler programs first, too see what pieces of libc.a get pulled in and how big it gets, and whether a simpler function of the same name in libc-lite.a, placed before libc.a, will do the trick. At this stage, just running with a giant-sized binary for sh is an option -- just to see if it works, at all. I have no intention of modifying any of the Bourne shell source code; just linking it differently. -- Guy Shaw