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: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com From: "Stephano Mariani" To: "'Charles Wilson'" , "'Robert Collins'" Cc: "'CygWin-Apps'" Subject: RE: libtool devel auto-import broken Date: Sun, 17 Mar 2002 10:12:01 -0000 Message-ID: <00cb01c1cd9c$31325920$0200a8c0@sknet01> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <3C946101.7010008@ece.gatech.edu> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal I would like to test these new versions of the autotools if I may. I am a very autotools dependent user and use it frequently enough to warrant dissecting it and learning much more about their internals :) I have noticed however that using automake (1.5) and libtool (1.4e) there is no way to prevent symbols being exported. I have therefore had to resort to patching my binutils to prevent every symbol from being exported :( Thanks for the great tools, Stephano Mariani > -----Original Message----- > From: cygwin-apps-owner AT cygwin DOT com [mailto:cygwin-apps-owner AT cygwin DOT com] > On Behalf Of Charles Wilson > Sent: Sunday, 17 March 2002 9:25 AM > To: Robert Collins > Cc: CygWin-Apps > Subject: Re: libtool devel auto-import broken > > Hmmm...there's a line in ltmain.sh that says: > > -allow-undefined) > # FIXME: remove this flag sometime in the future. > $echo "$modename: \`-allow-undefined' is deprecated because it > is the default" 1>&2 > continue > ;; > > Actually, libtool.m4 is an original file. It isn't generated from > anything AFAIK. Anyway, I updated to the most recent libtool CVS, and > whaddaya know -- almost all of your patches have made it in. The > attached patch is all that's left "outside" (and it also includes the > patch you just posted). > > I'll whip up a new libtool-devel package soon. What's the story with > the automake-1.6 package I put up? Had a chance to play with it yet? > > --Chuck > > Robert Collins wrote: > > > the following patch (to the created file I know, sorry short of time) > > corrects a recent regression, related to libtol tags I think, that > > prevents libtool using auto-import in some cases. > > > > Cheers, > > Rob