From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32057 invoked by alias); 28 Feb 2006 17:00:32 -0000 Received: (qmail 32047 invoked by uid 22791); 28 Feb 2006 17:00:31 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 28 Feb 2006 17:00:30 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id k1SH0KCY002210; Tue, 28 Feb 2006 12:00:20 -0500 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id k1SH0J126528; Tue, 28 Feb 2006 12:00:19 -0500 Received: from touchme.toronto.redhat.com (IDENT:postfix@touchme.toronto.redhat.com [172.16.14.9]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id k1SH0Ig2029223; Tue, 28 Feb 2006 12:00:19 -0500 Received: from ton.toronto.redhat.com (ton.toronto.redhat.com [172.16.14.15]) by touchme.toronto.redhat.com (Postfix) with ESMTP id A83D08001FF; Tue, 28 Feb 2006 12:00:18 -0500 (EST) Received: from ton.toronto.redhat.com (localhost.localdomain [127.0.0.1]) by ton.toronto.redhat.com (8.13.1/8.13.1) with ESMTP id k1SH0IBR003509; Tue, 28 Feb 2006 12:00:18 -0500 Received: (from fche@localhost) by ton.toronto.redhat.com (8.13.1/8.13.1/Submit) id k1SH0HHj003507; Tue, 28 Feb 2006 12:00:17 -0500 Date: Tue, 28 Feb 2006 17:00:00 -0000 From: "Frank Ch. Eigler" To: Rex Sung-Tien =?utf-8?B?Q2hvKOWNk+advueUsCk=?= Cc: sid@sourceware.org, Tunghwa Tung-Hwa =?utf-8?B?V2FuZyjnjovmnbHoj68p?= Subject: Re: tar ball patch for cygwin based on sid-20060218.tar.bz2 Message-ID: <20060228170017.GB6873@redhat.com> References: <5678A43F683CDC488405E3DF4CE92BCF02E902@atcpcs02.andestech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5678A43F683CDC488405E3DF4CE92BCF02E902@atcpcs02.andestech.com> User-Agent: Mutt/1.4.1i X-IsSubscribed: yes Mailing-List: contact sid-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00020.txt.bz2 Hi - > There is to issues within this tarball: > 1. the "PIC" issue (libiberty/) > "PICFLAG = -fPIC" instead of "PICFLAG =", > otherwise some dependency errors appeared. > this issue need someone to take care of dependency stuff. This part will need to be passed to the libiberty maintainers over via the GCC development mailing list. I expect that the -fPIC part will need to be made conditional via an autoconf test. > 2. the "dllexport" issue (sid/component/) > -extern const component_library audio_component_library; > +DLLEXPORT extern const component_library audio_component_library; > > -const component_library audio_component_library DLLEXPORT = > +const component_library audio_component_library = > [...] I will apply this part of the patch. > Have fun~ Done, thanks! - FChE