Re: Can not build Grub bootloader

2007-07-06 Thread Carlos Bergero
There is a problem with the files time and date, as the error message says. Check the directory files time and date with the command 'ls -l' and the system time with 'date'. Then ensure to set times correctly use date to reset system time if necessary, 'man date' if you dont know how, and 'touch

Can not build Grub bootloader

2007-07-03 Thread rocky
Hey, I'm following the Pocket Linux Guide from www.tldp.org. I'm on the section of build the GRUB bootloader I downloaded the grup 0.95. export CC="gcc -mcpu=i386" does not give any warning. But running configure stopped me from going on. $-code begin-