From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7050 invoked by alias); 11 Sep 2008 09:07:33 -0000 Received: (qmail 6829 invoked by uid 22791); 11 Sep 2008 09:07:32 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 11 Sep 2008 09:06:57 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m8B96t13001655; Thu, 11 Sep 2008 05:06:55 -0400 Received: from zebedee.pink (vpn-12-86.rdu.redhat.com [10.11.12.86]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m8B96rPe030433; Thu, 11 Sep 2008 05:06:53 -0400 Message-ID: <48C8DFAD.8080709@redhat.com> Date: Thu, 11 Sep 2008 09:07:00 -0000 From: Andrew Haley User-Agent: Thunderbird 2.0.0.16 (X11/20080707) MIME-Version: 1.0 To: Taufik Chowi CC: java@gcc.gnu.org Subject: Re: GCJ Compile Error SQLite JDBC References: <838038.41488.qm@web54605.mail.re2.yahoo.com> In-Reply-To: <838038.41488.qm@web54605.mail.re2.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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/msg00022.txt.bz2 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.