From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3234 invoked by alias); 18 Apr 2012 12:07:26 -0000 Received: (qmail 3218 invoked by uid 22791); 18 Apr 2012 12:07:25 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_GC X-Spam-Check-By: sourceware.org Received: from mail-wg0-f51.google.com (HELO mail-wg0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Apr 2012 12:06:50 +0000 Received: by wgbed3 with SMTP id ed3so6073555wgb.8 for ; Wed, 18 Apr 2012 05:06:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.203.146 with SMTP id f18mr1342058weo.21.1334750809099; Wed, 18 Apr 2012 05:06:49 -0700 (PDT) Received: by 10.180.102.228 with HTTP; Wed, 18 Apr 2012 05:06:49 -0700 (PDT) In-Reply-To: References: Date: Wed, 18 Apr 2012 12:07:00 -0000 Message-ID: Subject: Re: GCJ debugging quesitons! From: NightStrike To: Me Myself and I Cc: gcc-help@gcc.gnu.org, java@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2012-04/txt/msg00016.txt.bz2 On Tue, Apr 17, 2012 at 10:19 PM, Me Myself and I wrote: > -I find also that my windows executable generated by my cygwin run GCJ > requires cygwin1.dll to work. =A0Is there a way to avoid needing a sepera= te file > at all?=A0 Is there an option to build this file into my generated execut= able? What is the output of gcj -v? I'm guessing you're using a cygwin native compiler, not a cygwin to windows cross compiler.