Dieses zitat mit einer anleitung, wie man die GNU-shell „bash“ kompiliert, dürfte für die meisten menschen eher uninteressant sein. Die, für die es interessant ist, werden vermutlich ein ähnliches gesicht ziehen wie ich…
Prepare Bash for compilation:
./configure --prefix=/tools --without-bash-mallocThe meaning of the configure options:
--without-bash-malloc
This option turns off the use of Bash’s memory allocation (malloc
) function which is known to cause segmentation faults [sic!]. By turning this option off, Bash will use themalloc
functions from Glibc which are more stable.
Ohne weitere worte. Eben gerade bei „linux from scratch“ gesehen.
Und – immer noch GNU-Nutzer?
Aber sowas von… GNU is not unix, man merkt es.