acct.c failing while compiling 2.1.126

Evan Van Dyke (e-van@nwu.edu)
Fri, 06 Nov 1998 14:47:24 -0600


Hrrm, I just downloaded the 2.1.126 source, and tried to build a
kernel...
Have gcc 2.7.2.3, all all my libs look ok, based on the published docs,
but I get the following error after running 'make clean; make dep; make
zImage'
gcc -D__KERNEL__ -I/syjet/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2
-malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o sysctl.o sysctl.c
gcc -D__KERNEL__ -I/syjet/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2
-malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o acct.o acct.c
acct.c: In function `check_free_space':
acct.c:90: structure has no member named `f_inode'
acct.c:85: warning: `sb' might be used uninitialized in this function
make[2]: *** [acct.o] Error 1
make[2]: Leaving directory `/syjet/linux/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/syjet/linux/kernel'
make: *** [_dir_kernel] Error 2

Any suggestions from anyone?

-_Evan

-- 
Evan Van Dyke                                  E-mail: evandy@netcom.com
Page: 15442232@pager.mirabilis.com             ICQ#: 15442232
DNRC's Minister of Lost Internet Packets.       O-
Amateur Radio Call Sign:  KB8PVE
       "Quoth the Raven...  'Nevermore!'" --Edgar Allen Poe
       "I'll bet that all you can do is watch the ball bounce around the
screen.
                                          --Dilbert to Management

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/