gcc -D__KERNEL__ -I/usr/src/linux-2.1.116/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 lock_check.o lock_check.c
lock_check.c:35: parse error before `do'
lock_check.c:41: initializer element is not constant
lock_check.c:44: parse error before `if'
lock_check.c:56: parse error before string constant
lock_check.c:56: warning: function declaration isn't a prototype
lock_check.c:56: warning: data definition has no type or storage class
lock_check.c:57: parse error before `&'
lock_check.c:57: warning: function declaration isn't a prototype
lock_check.c:57: conflicting types for `show_stack'
lock_check.c:7: previous declaration of `show_stack'
lock_check.c:57: warning: data definition has no type or storage class
make[2]: *** [lock_check.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.1.116/arch/i386/lib'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.1.116/arch/i386/lib'
make: *** [linuxsubdirs] Error 2
-- Pete Clements clem@clem.digital.net- 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.altern.org/andrebalsa/doc/lkml-faq.html