Hello, I am trying to compile Jetty-5.1 with gcj which also has a dependency to Log4j, however I am not able to compile Log4J with GCJ when using the "old" ABI which I am forced to use.
This is what I get: org/apache/commons/logging/impl/Log4JCategoryLog.java: In class `org.apache.commons.logging.impl.Log4JCategoryLog': org/apache/commons/logging/impl/Log4JCategoryLog.java: In constructor `(java.lang.String)': org/apache/commons/logging/impl/Log4JCategoryLog.java:91: Fehler: cannot find file for class org.apache.log4j.Category org/apache/commons/logging/impl/Log4JCategoryLog.java:104: Fehler: cannot find file for class org.apache.log4j.Category org/apache/commons/logging/impl/Log4JCategoryLog.java:104: durch frühere Fehlerverwirrt, Abbruch and in fact I am not able to fins a class Category - so is the jar incomplete which is distributed? Are there any tricks to fool gcj to compile Log4J properly? Thank you in advance, lg Clemens --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
