From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16330 invoked by alias); 11 Sep 2008 06:28:29 -0000 Received: (qmail 16322 invoked by uid 22791); 11 Sep 2008 06:28:28 -0000 X-Spam-Check-By: sourceware.org Received: from web54605.mail.re2.yahoo.com (HELO web54605.mail.re2.yahoo.com) (206.190.49.175) by sourceware.org (qpsmtpd/0.31) with SMTP; Thu, 11 Sep 2008 06:27:33 +0000 Received: (qmail 41604 invoked by uid 60001); 11 Sep 2008 06:27:31 -0000 X-YMail-OSG: BGBjbjkVM1kTWysUJaq8F2QcwGs4gHGjIiP46MA1P.ZUAH3.RNeNOye_i3.UyK5IF_3vFRyVICWutPF9p0CRfdcFsJUW40cRoAP.GW9tzdwqSR_Ysqfg7aTKnA9nmFE.kSiI.0nx3c9_TmJ7lmpUjIDk Received: from [61.45.234.17] by web54605.mail.re2.yahoo.com via HTTP; Wed, 10 Sep 2008 23:27:31 PDT X-Mailer: YahooMailRC/1096.28 YahooMailWebService/0.7.218.2 Date: Thu, 11 Sep 2008 06:28:00 -0000 From: Taufik Chowi Subject: GCJ Compile Error SQLite JDBC To: java@gcc.gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <838038.41488.qm@web54605.mail.re2.yahoo.com> X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2008-09/txt/msg00021.txt.bz2 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