When compiling javac on SunOs, make
crashes
There is a problem with the make command which
does not like our makefile (pb of size?). Make crashes when compiling
the file java_io_File.c and prints the message:
make: Fatal error: Don't know how to make target `hacjava_io_File.cjava_lang_Class.o
To solve this problem, either use gmake or edit the Makefile and move the line
"java_io_File.c\" one or two lines down.