11 Aug
2005
11 Aug
'05
10:11 a.m.
Compiling MonetDB. The makefile in <builddir>/src/mapi/clients/java contains an error in the JAVACFLAGS. The -0 (or -O?) option gives the error Directory not found. After removing it, compiling was OK. The same for <builddir>/src/mapi/examples/java.
What kind of Java do you have installed? GCJ, Jikes or Sun's? Sun's compiler is known to accept this (and probably silently drop it).
java -version gives the following output: java version "1.4.2" jdkgcj 0.3.1 gcj (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2) Peter