From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7880 invoked by alias); 23 Aug 2008 02:00:10 -0000 Received: (qmail 7861 invoked by uid 22791); 23 Aug 2008 02:00:08 -0000 X-Spam-Check-By: sourceware.org Received: from wf-out-1314.google.com (HELO wf-out-1314.google.com) (209.85.200.170) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 23 Aug 2008 01:59:34 +0000 Received: by wf-out-1314.google.com with SMTP id 25so731489wfc.14 for ; Fri, 22 Aug 2008 18:59:32 -0700 (PDT) Received: by 10.142.49.4 with SMTP id w4mr640197wfw.201.1219456772688; Fri, 22 Aug 2008 18:59:32 -0700 (PDT) Received: by 10.142.169.6 with HTTP; Fri, 22 Aug 2008 18:59:32 -0700 (PDT) Message-ID: Date: Sat, 23 Aug 2008 02:00:00 -0000 From: NightStrike To: "Seyran Avanesyan" Subject: Re: 64-bit gcc Cc: brian@dessent.net, gcc-help@gcc.gnu.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200808191257.28899.zepm@gatech.edu> <48AE205D.C938E9EB@dessent.net> X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00243.txt.bz2 On 8/22/08, Seyran Avanesyan wrote: > Thanks for reply. > > Yes, the target was Windows, and the separate fork is in active > development, this is why I was looking for earlier versions. > According to some posts gcc3.2.0 should do that. But it isn't, so I was > wondering if instead of downloading binaries I might have to compile > GCC/MinGW myself to get that working. The mingw-w64 project that Brian linked you to can generate 32-bit as well as 64-bit binaries. You can cross compile from 5 different systems, or you can compile natively. The current version is stable enough to compile several high-visibility projects, including wxwidgets, vlc, ffmpeg, and more. If you need help with anything, post on the mailing list or forum for that project.