From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25372 invoked by alias); 29 Jul 2015 19:51:28 -0000 Mailing-List: contact jit-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: Sender: jit-owner@gcc.gnu.org Received: (qmail 25359 invoked by uid 89); 29 Jul 2015 19:51:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.98.7 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-Spam-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: mail-ig0-f172.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=UjtCEV7CIxAMtBUG+MocFRCgrGuqHa8bIaV9/AhWrFE=; b=hf3pe8SbAr3PHWi0W35QE8ahjigGa8oMvy/fa9Ab+1NTOIlDH/HM09K9okB1E2ZfHS bD+i0MhTqcIRNC8HxtQDeItTz5/smEztRpi5xfxM5UXqIy4ervkEZDmI5KvVTJF0xlsw x6QyFX0Qyz7XYGcBsqDczcHwBnKvHPoMI9J0PrDn7u8uxdJTFJyQpRDfqz3m1VHqErAS yytIJQN8WVxYEMUc4Gy17SMTuHOaFfgv5w3fWt1pBEJ5gNwouop5h6rly0pVoLugJjQv QsJPuEjeFEkNH0V+RQddocU3oQ+mvssF23TuGxsBSKWarpUO57U+3s5migCjtuEQ6iLk /TCw== X-Gm-Message-State: ALoCoQklnw2Zq8FEgXRRrW3jUbwJRrbw5UCQttrZKlXN06dZC1Q5AghbDPheLwwYFLVb+mfH8s/+ MIME-Version: 1.0 X-Received: by 10.50.62.243 with SMTP id b19mr4679364igs.88.1438199483132; Wed, 29 Jul 2015 12:51:23 -0700 (PDT) In-Reply-To: <1438166692.9683.17.camel@surprise> References: <1438166692.9683.17.camel@surprise> Date: Thu, 01 Jan 2015 00:00:00 -0000 Message-ID: Subject: Re: Has anyone tried building for Windows? From: Dibyendu Majumdar To: David Malcolm Cc: Hayden Livingston , jit@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-q3/txt/msg00123.txt.bz2 On 29 July 2015 at 11:44, David Malcolm wrote: > On Tue, 2015-07-28 at 22:43 -0700, Hayden Livingston wrote: >> I've attempted to build on Windows using Cygwin and MingW-64 and I'm >> not really familiar with the build system enough but I can't make any >> forward progress. > > Thanks for trying this. As far as I know, you're the first person who's > attempted this. > I tried a few days ago - but could not even get configure to work. It kept complaining about missing mpfr, gmp, mpc even though these were installed. I was using msys2 as the environment with mingw64 compilers. In the end decided life is too short and I have many other things I need to do. Does gcc even compile on Windows without patches from mingw project? It is a pity as LLVM code generated on Windows has a serious deficiency - longjmp calls cause crash as the generated code doesn't conform to Windows requirements. I was hoping that gcc generated code would not suffer from this. Regards Dibyendu