delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT 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 DOT atzeri AT gmail DOT 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 AT cygwin DOT com |
Subject: | =?UTF-8?B?UmU6IGdjYzogZXJyb3I6IHVucmVjb2duaXplZCBjb21tYW5kIGxpbmU=?= =?UTF-8?B?IG9wdGlvbiDigJgtbWN5Z3dpbuKAmQ==?= |
References: | <1395315243 DOT 91405 DOT YahooMailNeo AT web125302 DOT mail DOT ne1 DOT yahoo DOT com> <1395318683 DOT 94189 DOT YahooMailNeo AT web125304 DOT mail DOT ne1 DOT yahoo DOT com> <1395325680 DOT 88252 DOT YahooMailNeo AT web125303 DOT mail DOT ne1 DOT yahoo DOT com> <1395326496 DOT 46224 DOT YahooMailNeo AT web125306 DOT mail DOT ne1 DOT yahoo DOT com> |
In-Reply-To: | <1395326496.46224.YahooMailNeo@web125306.mail.ne1.yahoo.com> |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |