another 1.0 make install crash and patch David L. Nicol (david@kasey.umkc.edu)
Mon, 26 Apr 1999 05:11:33 -0500

../../../../../../base/sys/kernel/kern_main.cxx: In function `int
main(int)':
../../../../../../base/sys/kernel/kern_main.cxx:52: invalid
redeclaration of `main()'
../../../../../../base/sys/kernel/kern_main.cxx:67: as `main(int)'
make[4]: *** [kern_main.o] Error 1

editing the declaration of main(void) to main(int) is simple enough and the build procedes

make -j -k -l 5 install