Re: error compiling lilo from source

2003-10-09 Thread M.W. Chang
I missed the long thread. I guess I should try older versions. I am still using the old glibc-2.2.1 that came with COL 3.1 Net Llama! wrote: probe.c:250:1: directives may not be used inside a macro argument probe.c:249:15: unterminated argument list invoking macro printf probe.c: In function

error compiling lilo from source

2003-10-08 Thread M.W. Chang
what did I miss? is there a how-to on this? cc -c -O2 -Wall -g -DLILO=0x489b `( 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

Re: error compiling lilo from source

2003-10-08 Thread Net Llama!
On Wed, 8 Oct 2003, M.W. Chang wrote: what did I miss? is there a how-to on this? cc -c -O2 -Wall -g -DLILO=0x489b `( 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