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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=d57xbC/AOQFvXP3lQzHV8xG97Q6B3zD3RY5JloyFa0k
	FKDa1+yyJy8WkNI8yXdEOFNl1e5sKxix5v/OMyCschbOAtKVNefLAK6MvLy4/7eb
	HOIeh8MDOHbyiyLeWLr/QfCTgLMHYwM/ItLAZQ2XYxcyHnuRN21hJJx2WFu6Jfmw
	=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=+movgYYME2De7qot9ejdtYMOVZY=; b=cF+twybNDwwh+RXJG
	YOh/EEzEAJqTvU1AeCdKgMmDaHbTnBnEj68ciNqtGa8NIQGbCA7Ajfindf8lP2gZ
	9+Fs++Gjdvzjt+xcriuZsynVnVQItJGXlamed9Cwb6VMXG511dKccCk9oyxgMDyq
	HxQ1HHWlJTHH1i4NHRf3ZnjXtE=
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=-0.2 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-bk0-f50.google.com
X-Received: by 10.204.177.137 with SMTP id bi9mr121581bkb.116.1395331953885;        Thu, 20 Mar 2014 09:12:33 -0700 (PDT)
Message-ID: <532B1369.2010505@gmail.com>
Date: Thu, 20 Mar 2014 17:12:25 +0100
From: Marco Atzeri <marco.atzeri@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: =?UTF-8?B?UmU6IGdjYzogZXJyb3I6IHVucmVjb2duaXplZCBjb21tYW5kIGxpbmU=?= =?UTF-8?B?IG9wdGlvbiDigJgtbWN5Z3dpbuKAmQ==?=
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>
In-Reply-To: <1395326496.46224.YahooMailNeo@web125306.mail.ne1.yahoo.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes



On 20/03/2014 15:41, - - wrote:
>
>
> 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.

which package  ?

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

there was at least another one
http://cygwin.com/ml/cygwin/2013-06/msg00195.html

The -mno-cygwin option was removed long time ago and only available in 
the gcc-3.x or before

Never saw before the "-mcygwin" that I suppose was just doing
the reverse so the default in cygwin . Just try removing it.

from your output "D:\Programme\cygwin\bin\gcc.exe -mcygwin -mdll -O 
-Wall -IC:\Users\..." it seems that no one updated that package
  build system by very long time..

Regards
Marco

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

