From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6552 invoked by alias); 19 Apr 2012 10:54:37 -0000 Received: (qmail 6532 invoked by uid 22791); 19 Apr 2012 10:54:36 -0000 X-SWARE-Spam-Status: No, hits=-3.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-iy0-f175.google.com (HELO mail-iy0-f175.google.com) (209.85.210.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Apr 2012 10:54:21 +0000 Received: by iaag37 with SMTP id g37so12654466iaa.20 for ; Thu, 19 Apr 2012 03:54:20 -0700 (PDT) Received: by 10.42.153.10 with SMTP id k10mr1085450icw.24.1334832860467; Thu, 19 Apr 2012 03:54:20 -0700 (PDT) References: From: Brian Jones In-Reply-To: Mime-Version: 1.0 (iPhone Mail 8C148) Date: Thu, 19 Apr 2012 10:54:00 -0000 Message-ID: <6285189884609349257@unknownmsgid> Subject: Re: Question about Question. To: Me Myself and I Cc: "" , "" Content-Type: text/plain; charset=ISO-8859-1 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/msg00019.txt.bz2 > -I find also that my windows executable generated by my cygwin run GCJ > requires cygwin1.dll to work. Is there a way to avoid needing a seperate file > at all? Is there an option to build this file into my generated executable? Here, let me google that for you... Every executable cygwin builds requires the cygwin1.dll. Sometimes you can use a flag to build without this dependency. From memory, I _think_ it is -mnocygwin. The cygwin mailing list archives would be a good source for more information. Brian