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: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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=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 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> Message-ID: <1395326496.46224.YahooMailNeo@web125306.mail.ne1.yahoo.com> Date: Thu, 20 Mar 2014 07:41:36 -0700 (PDT) From: - - Reply-To: - - Subject: =?utf-8?B?Z2NjOiBlcnJvcjogdW5yZWNvZ25pemVkIGNvbW1hbmQgbGluZSBvcHRpb24g?= =?utf-8?B?4oCYLW1jeWd3aW7igJk=?= To: "cygwin AT cygwin DOT 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