PDA

View Full Version : Installazione Lilo new


LukA4e
01-03-2004, 21:02
ho scaricato l'ultima versione di lilo da http://home.san.rr.com/johninsd/pub/linux/lilo/

scompattato i sorgenti e ho fatto da root
./QuickInst ecco l'output:

[root@laptop lilo-22.5.8]# ./QuickInst

QuickInst configures LILO and installs it on your hard disk. It should only be
used for first-time installations, _not_ to update or modify an existing
installation of LILO. It will _not_ generate a valid installation with versions
of LILO below 22.

The installation procedure can be interrupted by pressing ^C at any time. When
at a prompt, a sub-shell can be invoked with the exclamation mark.

Continue ? [yes]

A directory /boot already exists. If you're installing a new version of
LILO now, QuickInst has to replace the old files with the new ones.

Replace old files ? [yes]


Making LILO ...

cc -c -O2 -Wall -g -DLILO=0x16c2d41b `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL; fi ) | sed 's/-D/-DLCF_/g'` boot.c
boot.c: In function `boot_image':
boot.c:83: error: `PAGE_SIZE' undeclared (first use in this function)
boot.c:83: error: (Each undeclared identifier is reported only once
boot.c:83: error: for each function it appears in.)
make: *** [boot.o] Error 1

Cosa manca??