Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com From: "Ralf Habacker" To: , "Cygwin-Apps" , "Binutils" Subject: RE: cygwin ld import library issue fix (removing unused "_nm_" symbols) Date: Thu, 25 Apr 2002 23:43:25 +0200 Message-ID: <000e01c1eca2$3ac79520$625d07d5@BRAMSCHE> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal In-Reply-To: <20020425201201.4242.qmail@web14507.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Ralf Habacker > -----Original Message----- > From: kde-cygwin-admin AT mail DOT kde DOT org > [mailto:kde-cygwin-admin AT mail DOT kde DOT org]On Behalf Of Danny Smith > Sent: Thursday, April 25, 2002 10:12 PM > To: Ralf Habacker; Kde-Cygwin; Binutils; Cygwin-Apps > Subject: RE: cygwin ld import library issue fix (removing unused "_nm_" > symbols) > > > --- Ralf Habacker wrote: > > > > Can anybody tell me which cvs version is the last stable ? I have tried to > > > checkout binutils with date 2001/12/31, but got compiling errors. > > > > Compiling errors are fixed (was an overseen cvs conflict, but the problem > > still > > remains). > > So it seems to me, that the last official binutils release was the last > > stable > > release. > > > > Has noone checked the patches after the last official release ? > > > > Ralf > > > > ld was broken between 16 Dec (works) and 17 Dec (doesn't). The breakage was > reported to binutils list in January. I think, the problem is with merging of > sections in pe-dll.c in make_head() when making implib. > I have tried some analysis and got the following result: old = binutils 20011002 new = binutils 20020425 (cvs HEAD) funcs linking dll app old old - no problems old new - no problems new old - undefined reference error new new - undefined reference error auto-imported data linking dll app old old - no problems old new - BFD 2.12.90 20020425 internal error, aborting at section.c line 1073 in bfd_map_over_sections new old - undefined reference error new new - undefined reference error Any ideas ? Ralf