This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

java.util.logging


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]