From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5728 invoked by alias); 13 Aug 2011 16:20:28 -0000 Received: (qmail 5716 invoked by uid 22791); 13 Aug 2011 16:20:27 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.lysator.liu.se (HELO mail.lysator.liu.se) (130.236.254.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 13 Aug 2011 16:20:11 +0000 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id D19D840012 for ; Sat, 13 Aug 2011 18:20:09 +0200 (CEST) Received: from [192.168.0.33] (h57n3fls301o1095.telia.com [81.230.178.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id A8F3B40011 for ; Sat, 13 Aug 2011 18:20:09 +0200 (CEST) Message-ID: <4E46A43B.5010905@lysator.liu.se> Date: Sat, 13 Aug 2011 16:20:00 -0000 From: Peter Rosin User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: cygwin-apps@cygwin.com Subject: Re: GCC dependencies (attn David Billinghurst) References: <1311736317.5672.85.camel@YAAKOV04> <4E41804B.9060806@gmail.com> <1313150949.7828.18.camel@YAAKOV04> <4E454B52.2040801@gmail.com> <1313166071.7828.51.camel@YAAKOV04> <20110813112813.GD4098@calimero.vinschen.de> In-Reply-To: <20110813112813.GD4098@calimero.vinschen.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com X-SW-Source: 2011-08/txt/msg00160.txt.bz2 Den 2011-08-13 13:28 skrev Corinna Vinschen: > Hi Dave, Hi Yaakov, > > On Aug 12 11:21, Yaakov (Cygwin/X) wrote: >> On Fri, 2011-08-12 at 16:48 +0100, Dave Korn wrote: >>> Thanks. I'm not too sure about not installing the .la files; won't that >>> potentially lead to problems for libtool-using projects at link time? >> >> No, but that reminded me, the libtool fixup script needs a small tweak >> to adjust. I just pushed that to Ports git. >> >>> I just started a build and test cycle using your updated patches+cygport >>> script; since you have about a million packages to maintain, I may as well >>> take care of releasing this and free you up for other stuff. >> >> OK. FHI, last month, I tried sending the following patches upstream: >> >> top-level: fix config.rpath for cygwin/mingw >> http://gcc.gnu.org/ml/gcc-patches/2011-07/msg01578.html >> http://sourceware.org/ml/binutils/2011-07/msg00181.html >> http://sourceware.org/ml/gdb-patches/2011-07/msg00563.html >> >> cygwin/mingw: update LIBGCJ_SONAME >> http://gcc.gnu.org/ml/gcc-patches/2011-07/msg01579.html >> >> libjava: add comment to libtool-version >> http://gcc.gnu.org/ml/java-patches/2011-q3/msg00023.html >> >> AFAICS they've gone absolute nowhere. Maybe you'll have better luck. > > here's a minor nit, but that bugs me for a while now. > > $ cc hello.c > $ ./a.out > bash: ./a.out: No such file or directory > > I would like to see that GCC for Cygwin creates the output file > "a.out.exe", so the result is the same on Unix/Linux and Cygwin: It's "a.exe" for cygwin native. > $ cc hello.c > $ ./a.out > hello, world Cheers, Peter