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 `notice':
probe.c:256: parse error before string constant
/usr/include/sys/stat.h: At top level:
geometry.h:67: warning: array `max_partno' assumed to have one element
make: *** [probe.o] Error 1
[EMAIL PROTECTED]: lilo-22.5.7.2> rpm -qf /usr/include/sys/stat.h
glibc-devel-2.2.1-3
LILO is very sensitive to the gcc, glibc & binutils versions that you have
installed.  Some quick googling suggests that the version of gcc or glibc
could cause the error that you're seeing.  Interestingly, someone posted
the same error here:
http://freshmeat.net/projects/lilo/?topic_id=139
my money is on glibc.

--
  .~.Might, Courage, Vision. In Linux We Trust.
 / v \   http://www.linux-sxs.org
/( _ )\  Linux 2.4.22
  ^ ^7:56pm up 7:47, 2 users, load average: 0.01, 0.01, 0.02
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://smtp.linux-sxs.org/mailman/listinfo/linux-users


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
> -DSOLO_CHAIN -DVERSION -DVIRTUAL; fi ) | sed 's/-D/-DLCF_/g'` probe.c
> 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 `notice':
> probe.c:256: parse error before string constant
> /usr/include/sys/stat.h: At top level:
> geometry.h:67: warning: array `max_partno' assumed to have one element
> make: *** [probe.o] Error 1
> [EMAIL PROTECTED]: lilo-22.5.7.2> rpm -qf /usr/include/sys/stat.h
> glibc-devel-2.2.1-3

LILO is very sensitive to the gcc, glibc & binutils versions that you have
installed.  Some quick googling suggests that the version of gcc or glibc
could cause the error that you're seeing.  Interestingly, someone posted
the same error here:
http://freshmeat.net/projects/lilo/?topic_id=139

my money is on glibc.

-- 
~~
Lonni J Friedman[EMAIL PROTECTED]
Linux Step-by-step & TyGeMo  http://netllama.ipfox.com
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://smtp.linux-sxs.org/mailman/listinfo/linux-users


error compiling lilo from source

2003-10-07 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 's/-D/-DLCF_/g'` probe.c
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 `notice':
probe.c:256: parse error before string constant
/usr/include/sys/stat.h: At top level:
geometry.h:67: warning: array `max_partno' assumed to have one element
make: *** [probe.o] Error 1
[EMAIL PROTECTED]: lilo-22.5.7.2> rpm -qf /usr/include/sys/stat.h
glibc-devel-2.2.1-3

-- 
  .~.Might, Courage, Vision. In Linux We Trust.
 / v \   http://www.linux-sxs.org
/( _ )\  Linux 2.4.22
  ^ ^2:04pm up 34 min, 0 users, load average: 0.00, 0.00, 0.00

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://smtp.linux-sxs.org/mailman/listinfo/linux-users