Hi. I've just installed 7.0 on a blank disk and now
understand there is a 'kgcc' that must be used to
compile the kernel. I removed gcc and linked kgcc to
gcc and cc in /usr/bin. Now, I'm receiving the
following assembly errors:

cc -D__KERNEL__ -I/usr/src/linux/include -Wall
-Wstrict-prototypes -O2 -fomit-fr
ame-pointer -fno-strict-aliasing -pipe
-fno-strength-reduce -m486 -malign-loops=
2 -malign-jumps=2 -malign-functions=2 -DCPU=586   -c
-o apm.o apm.c
{standard input}: Assembler messages:
{standard input}:197: Warning: indirect lcall without
`*'
{standard input}:277: Warning: indirect lcall without
`*'
cc -D__KERNEL__ -I/usr/src/linux/include -Wall
-Wstrict-prototypes -O2 -fomit-fr
ame-pointer -fno-strict-aliasing -pipe
-fno-strength-reduce -m486 -malign-loops=
2 -malign-jumps=2 -malign-functions=2 -DCPU=586   -c
-o process.o process.c
{standard input}: Assembler messages:
{standard input}:331: Warning: using `%eax' instead of
`%ax' due to `l' suffix
{standard input}:332: Warning: using `%eax' instead of
`%ax' due to `l' suffix
{standard input}:333: Warning: using `%eax' instead of
`%ax' due to `l' suffix
{standard input}:334: Warning: using `%eax' instead of
`%ax' due to `l' suffix
{standard input}:335: Warning: using `%eax' instead of
`%ax' due to `l' suffix

What's going on? The kernel compiles okay, but this
doesn't give me the warm-and-fuzzy... Why does this
seem so half-assed?

thanks.

__________________________________________________
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
http://photos.yahoo.com/



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to