Re: 2.1.14 compilation problems

Marko Sepp (sepp.marko@hkol.fi)
Mon, 09 Dec 1996 14:12:18 +0200 (GFT Standard Time)


At 21:27 8.12.1996 +0100, you wrote:

>I've sent a message about problems getting 2.1.14 compiled with libc
>5.4.17 to this list earlier today - by now, I've found why it didn't work,
>and I've written a patch (or maybe just a workaround). Maybe it'll help
>some of you. (At least, it generated a fine 2.1.14 and 2.1.14-megapatched
>for me.)
>
>The stat.h file didn't include the struct stat definition as provided in
><asm/stat.h>.

I got my kernel compiled, when i moved the declaration of struct stat to the end
of stat.h just before __END_DECLS. That produced a few warning messages, though.

I think those warning messages have disappeared now, when i have installed
newest libc with an OLD stat.h, which i simply copied over an old one :-)

Marko