X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:references:message-id:date:from:reply-to
	:subject:to:in-reply-to:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=JCKTKrmMHcvJcAC5
	p3z8jh8eaANkHW8UZ+7ykEOnr9ZKDsXP4VY1fd1w5ngsWh2stwQH4MZOstk3L1Gh
	+zaqeWsdWxsiHrxMso/lR4peyOiF41yxXLQ1mqIeYAspr4w0X5SnfYfGmsihRNSI
	Pr7z8Ym96iT/Y3zLpkMKtjFRI4I=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:references:message-id:date:from:reply-to
	:subject:to:in-reply-to:mime-version:content-type
	:content-transfer-encoding; s=default; bh=qxbVZSZGdMegMqkroI7Vuu
	J6yUk=; b=Cqjzofj0717I9ayoI8V3EsY/yhT67gp+bAANqH05akO9wcWA6T87fP
	RMU4YLdYKuAy0L1KAKKoCM+gyRXcetOtGrlpULGYwCRBO7/Oxbfzzhm5HvH3tfIR
	yqv3NguUlA4+bimpBmT57HTXb6gKXJBmFzgmo1zA14sdEnPkYQ4qM=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=4.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2
X-HELO: nm13-vm4.bullet.mail.ne1.yahoo.com
References: <1395315243.91405.YahooMailNeo@web125302.mail.ne1.yahoo.com> <1395318683.94189.YahooMailNeo@web125304.mail.ne1.yahoo.com> <1395325680.88252.YahooMailNeo@web125303.mail.ne1.yahoo.com>
Message-ID: <1395326496.46224.YahooMailNeo@web125306.mail.ne1.yahoo.com>
Date: Thu, 20 Mar 2014 07:41:36 -0700 (PDT)
From: - - <stadtpirat11@ymail.com>
Reply-To: - - <stadtpirat11@ymail.com>
Subject: =?utf-8?B?Z2NjOiBlcnJvcjogdW5yZWNvZ25pemVkIGNvbW1hbmQgbGluZSBvcHRpb24g?= =?utf-8?B?4oCYLW1jeWd3aW7igJk=?=
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
In-Reply-To: <1395325680.88252.YahooMailNeo@web125303.mail.ne1.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s2KEfqXu004774



I use PyCharm for Python programming and installing packages. PyCharm uses the pip command to install any package. I recently needed to install a package that needs to be build. I learned that I needed to install cygwin in that case.


Here is the deal:
I try to install a package that needs to be build
and end up with this error message (64 and 32 bit)
---
D:\Programme\cygwin64\bin\gcc.exe -mcygwin -mdll -O -Wall -IC:\Users\...
    gcc: error: unrecognized command line option ‘-mcygwin’

---
D:\Programme\cygwin\bin\gcc.exe -mcygwin -mdll -O -Wall -IC:\Users\...
    gcc: error: unrecognized command line option ‘-mcygwin’

Please help, Google returns nothing regarding that error! I feel like I am the only person in the world with that error :(

--
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


