From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6492 invoked by alias); 30 Aug 2012 10:11:00 -0000 Received: (qmail 6476 invoked by uid 22791); 30 Aug 2012 10:10:59 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,KHOP_THREADED,NML_ADSP_CUSTOM_MED,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 30 Aug 2012 10:10:46 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T71i2-0004nm-EQ for cygwin@cygwin.com; Thu, 30 Aug 2012 12:10:46 +0200 Received: from 134.28.77.158 ([134.28.77.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Aug 2012 12:10:46 +0200 Received: from sven.koehler by 134.28.77.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Aug 2012 12:10:46 +0200 To: cygwin@cygwin.com From: =?ISO-8859-1?Q?Sven_K=F6hler?= Subject: Re: mingw32-gcc and posix paths Date: Thu, 30 Aug 2012 16:45:00 -0000 Message-ID: References: <1346220462071-92376.post@n5.nabble.com> <1346220956451-92378.post@n5.nabble.com> <503DC812.5060704@users.sourceforge.net> <1346256499860-92389.post@n5.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120720 Thunderbird/14.0 In-Reply-To: <1346256499860-92389.post@n5.nabble.com> X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-08/txt/msg00658.txt.bz2 Am 29.08.2012 18:08, schrieb thoni56: > "i686-w64-mingw32-gcc" (which it is in my cygwin) works perfectly. Thanks! That is actually not MinGW (formely known as mingw32), but MinGW-w64 (a new project, independent from the "old" MinGW32 project). That's why JonY pointed you at i686-pc-mingw32-gcc, which is the old MinGW (but not MinGW-w64) compiler. http://www.mingw.org/ http://mingw-w64.sourceforge.net/ If you have a choice, I'd recommend MinGW-w64 since the project is very alive and JonY provides regular updates of the cygwin packages. -- 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