X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-0.9 required=5.0	tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <30467239.post@talk.nabble.com>
References: <30467239.post@talk.nabble.com>
Date: Wed, 15 Dec 2010 15:36:27 -0500
Message-ID: <AANLkTi==cVmy4Z=Ya26Et=xVNE4NRDr9ouEHXcBuE24x@mail.gmail.com>
Subject: Re: mingw-targeted cross-compiler question
From: NightStrike <nightstrike@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Wed, Dec 15, 2010 at 2:41 PM, gviewer <marlonmin@gmail.com> wrote:
>
> Hello, I downloaded a software and tried to compile it on cygwin, I got an
> error message:
>
> "gcc: The -mno-cygwin flag has been removed; use a mingw-targeted
> cross-compiler."
>
> I checked the Make file, it used this flag:
> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ...
>
> What should I use exactly to replace the '-mno-cygwin' flag? Thanks a lot.

You can install the windows cross compilers that are provided as
cygwin packages.  You can pick ones that target either 64-bit windows
or 32-bit windows.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

