This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
java.util.logging
- From: Stefan Prelle <prelle at informatik dot uni-bremen dot de>
- To: java at gcc dot gnu dot org
- Date: Tue, 25 Nov 2003 00:36:53 +0100
- Subject: java.util.logging
- Reply-to: prelle at tzi dot de
Hi Folks,
I was trying to compile code that uses the Java Logging API.
gcj/libjava doesn't seem to support that API although I can
see that the sources files exist.
I just checked out a fresh snapshot that compiles just fine -
but without producing a libjava that includes java.util.logging.
My configure command was
../configure --prefix=/local/prelle --enable-shared --enable-threads
--enable-threads=posix --with-arch=pentium4
--enable-languages=java,c,c++ --enable-interpreter --enable-java-awt
--with-x : (reconfigured) ../configure --prefix=/local/prelle
--enable-shared --enable-threads --enable-threads=posix
--with-arch=pentium4 --enable-languages=java,c,c++ --enable-interpreter
--enable-java-awt=xlib --with-x
Thread model: posix
gcc-Version 3.4 20031124 (experimental)
What am I missing?
Thanks in advance,
Stefan