This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ Compile Error SQLite JDBC
- From: Andrew Haley <aph at redhat dot com>
- To: Taufik Chowi <m4g1c14n2000 at yahoo dot com>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 11 Sep 2008 10:06:53 +0100
- Subject: Re: GCJ Compile Error SQLite JDBC
- References: <838038.41488.qm@web54605.mail.re2.yahoo.com>
Taufik Chowi wrote:
> 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?
How big is sqlitejdbc-v053.jar ? How much memory do you have ?
Andrew.