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:date:from:reply-to:message-id:to:subject
	:in-reply-to:references:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=b0X7Gge595Tnr/oN
	z6c0EOxBQveh0Bama9UTZ2ph/kWagbhA3mOX0IYz9KEKCjDDbIaG3fojbMVcB93A
	114Gify9v6SQS1ixr9E3kqwfDeVjJCN9jFprL0rS25xy8Uh0PfatWKroLq7nCjnB
	Smf/CSJQ/xTsScP0EAsvYgDOBk4=
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:date:from:reply-to:message-id:to:subject
	:in-reply-to:references:mime-version:content-type
	:content-transfer-encoding; s=default; bh=TmYwWEUEMop8y5AwVfmMlj
	WgX2I=; b=M8L1IbgVXZDcyId7y+2z31nstVQz76gvn7EN4F1usqcwhfTm4x2DOh
	HS5AwX6vA8AEJsg3lvd5H9QhjpuTyVSktBF8JWtMvJQDN3zZey0t/GpaOC22KvA/
	IbNy/hgXuKeFHlzPsDz+adykCij+dZC8m0AbwVnP3sW+mtoN0jRYM=
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=-3.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_THEBAT,MIME_BASE64_BLANKS,SPF_SOFTFAIL autolearn=no version=3.3.2
X-HELO: smtpback.ht-systems.ru
Date: Thu, 20 Mar 2014 20:05:43 +0400
From: Andrey Repin <anrdaemon@yandex.ru>
Reply-To: cygwin@cygwin.com
Message-ID: <392927488.20140320200543@yandex.ru>
To: - - <stadtpirat11@ymail.com>, cygwin@cygwin.com
Subject: =?Windows-1251?B?UmU6IGdjYzogZXJyb3I6IHVucmVjb2duaXplZCBjb21tYW5kIGxpbmUg?=	=?Windows-1251?B?b3B0aW9uIJEtbWN5Z3dpbpI=?=
In-Reply-To: <1395326496.46224.YahooMailNeo@web125306.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> <1395326496.46224.YahooMailNeo@web125306.mail.ne1.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=Windows-1251
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id s2KGKUSQ011735

Greetings, - -!

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

Not only Cygwin, then, but also Python provided by Cygwin.

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

That's a LONG time ago abandoned option. Years long.

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

That's quite possible. Because, see above.
If you have a Linux guide to compile the extension, try following that one.


--
WBR,
Andrey Repin (anrdaemon@yandex.ru) 20.03.2014, <20:03>

Sorry for my terrible english...

