2
votes
3answers
68 views

Why the bash I compiled(3.8M) is bigger the one my system provided(937K)?

I have download the bash shell version 4.2 form here: http://ftp.gnu.org/gnu/bash/, and then compiled it by my self using the following command: ./configure make But the bash I compiled is much ...
0
votes
0answers
256 views

coreutils make failed

I need to do some business on coreutils as a part of a project for school, but I am stuck right at the beginning of README-hacking, I have done all things and they were successful until make. It ...