Re: =?iso-8859-1?Q?Can=B4t_compile_2.1.84?=

Trevor Johnson (trevor@jpj.net)
Sat, 31 Jan 1998 01:26:40 -0800 (PST)


> gcc -D__KERNEL__ -I/usr/src/linux-2.1.84/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 `acct_process':
> acct.c:307: structure has no member named `io_usage'
> make[2]: *** [acct.o] Error 1
> make[2]: Leaving directory `/usr/src/linux-2.1.84/kernel'
> make[1]: *** [first_rule] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.1.84/kernel'
> make: *** [linuxsubdirs] Error 2

Configure it without CONFIG_BSD_PROCESS_ACCT. The BSD process accounting
is broken.
___
Trevor Johnson