From: hlu@eecs.wsu.edu (H.J. Lu) Subject: Re: Help compiling .99.5 kernel Date: 21 Feb 1993 20:51:04 GMT
In article <C2tCox.LKD@cs.uiuc.edu>, brummett@cs.uiuc.edu (Anthony M Brummett) writes:
|> Sorry if you read this more than once. The machine I was using died last
|> night and I don't think my post got out. Here's the problem:
|>
|> I tried compiling the kernel last night. All went well until it got to
|> tools/build.c where it started complaining about __FILE being undeclared
|> and then:
|> /usr/include/stdio.h:110: storage size of '__std_filebuf_0' isn't known
|> /usr/include/stdio.h:110: storage size of '__std_filebuf_1' isn't known
|> /usr/include/stdio.h:111: storage size of '__std_filebuf_2' isn't known
|>
|> I'm compiling under the .99.1 kernel and 4.3 C libs.
|> Thanks in advance for any help.
|>
|> --
|>
|> Anthony Brummett amb43790@uxa.cso.uiuc.edu brummett@sparc0a.cs.uiuc.edu
|> Sample Scheme Program:
|> (((((cadar '((cdr car) foo)) '(cdr car)) '(car . cadr)) '(car display error))
|> (list->string (cons (caddr '(Bar Hate I)) (cons (cadr '(You Hate)) '(Scheme))))
|>
Where did you get libc 4.3? Please read release.libc-4.3 line by line
which is on tsx-11 under pub/linux/GCC. I bet $100.00 you
1. didn't have that file.
2. didn't read that file.
3. didn't follow that file.
H.J.