This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Problem compiling apache libraries
- From: "Mohsen Saboorian" <mohsens at gmail dot com>
- To: java at gcc dot gnu dot org
- Date: Fri, 9 Feb 2007 15:19:23 +0330
- Subject: Problem compiling apache libraries
Hi,
I'm trying to compile a project into native form using GCJ. The
project depends on some of apache commons libraries plus velocity and
log4j. I was able to compile log4j (1.2.8) into .obj format, by
removing package: org.apache.log4j.jmx. Unfortunately I cannot compile
Velocity 1.4, because of it's referencing to many other packages
(still unused):
- org.apache.velocity.anakia.* to JDOM
- org.apache.velocity.convert.WebMacro to ant
- ...
Is it possible to compile libraries like Velocity, ignoring unused
library references?
Is there any place to download already natively-compiled apache libraries?
Sorry if this is not the correct place to ask this question.
Regards.