From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2837 invoked by alias); 20 Apr 2012 02:33:08 -0000 Received: (qmail 2804 invoked by uid 22791); 20 Apr 2012 02:33:05 -0000 X-SWARE-Spam-Status: No, hits=-101.8 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,TW_GC,USER_IN_ALL_SPAM_TO X-Spam-Check-By: sourceware.org Received: from bay0-omc1-s9.bay0.hotmail.com (HELO bay0-omc1-s9.bay0.hotmail.com) (65.54.190.20) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Apr 2012 02:32:28 +0000 Received: from BAY147-W57 ([65.54.190.61]) by bay0-omc1-s9.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 19 Apr 2012 19:32:27 -0700 Message-ID: From: Me Myself and I To: , , , Subject: Compiling with seperate cygwin1.dll file Date: Fri, 20 Apr 2012 02:33:00 -0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: 2012-04/txt/msg00022.txt.bz2 Every executable cygwin builds requires the cygwin1.dll.=A0 Sometimes you can use a flag to build without this dependency.=A0 From memory, I _think_ it is -mnocygwin. I have tried this flag without success.=A0 What is the correct switch to give gcj to have this effect? =20=09=09=20=09=20=20=20=09=09=20=20