Installation of bc Install bc by running the following commands: ./configure --prefix=/usr --with-readline && sed 's|\(^_PR.*readline.*$\)|/* \1 */|' bc/scan.l > new-scan.l && mv new-scan.l bc/scan.l && make && make install