From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11581 invoked by alias); 12 Aug 2011 16:21:17 -0000 Received: (qmail 11567 invoked by uid 22791); 12 Aug 2011 16:21:15 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-vx0-f171.google.com (HELO mail-vx0-f171.google.com) (209.85.220.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 12 Aug 2011 16:20:59 +0000 Received: by vxh13 with SMTP id 13so3230342vxh.2 for ; Fri, 12 Aug 2011 09:20:58 -0700 (PDT) Received: by 10.52.27.43 with SMTP id q11mr1089707vdg.204.1313166058461; Fri, 12 Aug 2011 09:20:58 -0700 (PDT) Received: from [192.168.0.100] (S0106000cf16f58b1.wp.shawcable.net [174.5.115.130]) by mx.google.com with ESMTPS id ca9sm1155751vdc.3.2011.08.12.09.20.54 (version=SSLv3 cipher=OTHER); Fri, 12 Aug 2011 09:20:55 -0700 (PDT) Subject: Re: GCC dependencies (attn David Billinghurst) From: "Yaakov (Cygwin/X)" To: cygwin-apps Date: Fri, 12 Aug 2011 16:21:00 -0000 In-Reply-To: <4E454B52.2040801@gmail.com> References: <1311736317.5672.85.camel@YAAKOV04> <4E41804B.9060806@gmail.com> <1313150949.7828.18.camel@YAAKOV04> <4E454B52.2040801@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Message-ID: <1313166071.7828.51.camel@YAAKOV04> Mime-Version: 1.0 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/msg00147.txt.bz2 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. Yaakov