This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
GCJ Compile Error SQLite JDBC
- From: Taufik Chowi <m4g1c14n2000 at yahoo dot com>
- To: java at gcc dot gnu dot org
- Date: Wed, 10 Sep 2008 23:27:31 -0700 (PDT)
- Subject: GCJ Compile Error SQLite JDBC
first thing first, sqlite works perfectly when i run my java code on JVM .
but i cant compile the sqlitejdbc jar files with gcj. why?
here is the command i use for compiling :
gcj -fjni -O2 -c sqlitejdbc-v053.jar -o sqlitejdbc-v053.jar.o
the command above will give an error :
jc1.exe: out of memory allocating 262144 bytes
please help >.< , am i missing something?
if i can get this to work, then i will use it instead of hsqldb , because my hsqldb also have some problem T.T
http://gcc.gnu.org/ml/java/2008-09/msg00020.html
Cheers and God Bless,
Chowi