The bc package contains an arbitrary precision numeric processing language.
Download (HTTP): http://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz
Download (FTP): ftp://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz
Download size: 280 KB
Estimated Disk space required: 1.6 MB
Estimated build time: 0.07 SBU
Download the patches for bc from http://www.linuxfromscratch.org/patches/blfs/5.0.
Install bc by running the following commands:
patch -Np1 -i ../bc-1.06-flex-invocation.patch && patch -Np1 -i ../bc-1.06-readline.patch && ./configure --prefix=/usr --with-readline && make && make install |