From: tj2n+@andrew.cmu.edu (Tao Jiang) Subject: Compiling linux 0.97 Date: 2 Aug 1992 10:58:28 GMT
When I tried compiling linux 0.97, every thing worked fine, except that
the operation speed is too slow compare to the previous version of
linux.
This morning, I tried to compile it with DRAMDISK=512 defined in the Makefile,
then error came out as:
In file included from ramdisk.c:10:
/usr/src/linux/include/linux/string.h:31: parse error before `size_t'
/usr/src/linux/include/linux/string.h: In function `strncpy':
/usr/src/linux/include/linux/string.h:43: `src' undeclared (first use this function)
/usr/src/linux/include/linux/string.h:43: (Each undeclared identifier is reported only once
/usr/src/linux/include/linux/string.h:43: for each function it appears in.)
/usr/src/linux/include/linux/string.h:43: `dest' undeclared (first use this function)
/usr/src/linux/include/linux/string.h:43: `count' undeclared (first use this function)
..............
Is there something wrong here?
Thanks in advance!
TJ