: Ce brave Neil J. McRae ecrit:
:
:
:
[deleted...]
:
: Get the GNU source bash-1.14.tar.gz (just released a few days ago).
:
: Type "make".
: You have a working bash.
:
: (Remove the -g option in the CFLAGS or you will get a big binary...)
:
: About bugs, better read gnu.bash.bugs; I have been running it for 2 days
: and no problem on my news shell scripts at least.
I grabbed bash-1.14 source from "prep.ai.mit.edu" and built it
on a box running Linux 1.0.4 (MCC 1.0+). The resulting binaries
are HUGE, see (below); captured output of "ldd", "ls -l",
and "file":
statically linked
-rwx--x--x 2 root root 1514205 Jun 8 09:18 bash
bash: Linux/i386 OMAGIC demand paged executable not stripped
I found no '-g' switch (debug) in the 'Makefile'.
What did I do wrong?
BTW: I couldn't even find "CFLAGS", or "LDFLAGS" :-(.
Thanks.