According to [EMAIL PROTECTED]: While burning my CPU.
>
> I am trying to install (not patch ) the linux 2.0 36 kernel on my
> slackware 3.5 box.
> I was receiving a nag during make zImage of gcc 2.88 would not work and
> installed gcc 2.7.2.** .
> I now get a error 2 with the output of UIO_MAXIOV being the bad guy .
> Any help would be appreciated.
> AJ
>
What were the preceeding errors and warnings ?? Please include ALL the
output from the first warning to the fatal error, that will help us see
whats going on.
Futher more how did you install gcc-2.7.2.? you possably are missing a file
somewhere or you have a file still around from gcc-2.8.
On another hunting note, after reading include/linux/uio.h (where UIO_MAXIOV
is defined) a hint is given about your problem, i am not saying it is the
problem, it indicates;
/* A word of warning: Our uio structure will clash with the C library one
(which is now obsolete). Remove the C
library one from sys/uio.h if you have a very old library set */
At least its one thing to check..
I cant see why it should be a problem as you have slackware 3.5 so i cant
see it being a lib problem.
--
Regards Richard.
[EMAIL PROTECTED]