Re: Bash for mu?

From: Dumas Patrice (dumas@centre-cired.fr)
Date: Tue Aug 22 2000 - 19:13:36 CEST


Vesa-Pekka Palmu a écrit :

> As I'm using mu on a laptop hd and doing quite much work with it I
> would like to use bash, because I miss the bashes TAB function....

You can take the bash that is on your prefered system. issue a ldd /bin/bash
(if bash is in bin), it will give you all the libraries bash depends on.
Then locate them (it is surely not the real libraries, but symlinks), and
strip them with something like

strip -o my_stripped_lib.o --debug-strip lib.o

tar and gzip it, it should fit on a 1700 k disk, or even in a 1444. Oh, I
did it. It is only 722 k.
I wil mail it to you, and add it on my webpage when the web server is on.

Pat

---------------------------------------------------------------------
To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.auc.dk
For additional commands, e-mail: mulinux-help@sunsite.auc.dk



This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:15 CET