Centos 6.5 compiling Lilo 22.8
A bug is being investigated recently. The detailed investigation result of this bug is described in the next blog. During this bug investigation, compilation of bootloader-LILO is involved.
LILO's HomePage: http://lilo.alioth.debian.org/
After downloading and unzipping, make reports the following error message:
- [root@localhost lilo-22.8]# make all
- ./checkit
- GCC version 2.91 or later is required
- gcc version 4.4.7
- OKAY
- AS86 version 0.16.10 or later is required
- as86 is not present
- LD86 version 0.16.10 or later is required
- ld86 is not present
- BCC version 0.16.10 or later is recommended
- bcc is not present
- You will not be able to make floppy2, diag2.img, or lilo.com
- make: *** [test.img] Error 1
Cause: To compile LILO, a 16-bit and 32-bit assembly compiler as86 is required. Currently, this tool has not been installed in our compilation environment.
By using.
- sudo yum install dev86