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: "'Robert Collins'" , "'Charles Wilson'" Cc: "'CygWin-Apps'" Subject: RE: libtool devel auto-import broken Date: Sun, 17 Mar 2002 10:44:28 -0000 Message-ID: <00d601c1cda0$b9f61c20$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: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Isn't it better to have this functionality within libtool... doesn't it exist for this purpose? Personally, I would love a tool that allows me to build shared libs on windows/cygwin, linux, and solaris with ease. Stephano Mariani > -----Original Message----- > From: Robert Collins [mailto:robert DOT collins AT itdomain DOT com DOT au] > Sent: Sunday, 17 March 2002 10:19 AM > To: Stephano Mariani; Charles Wilson > Cc: CygWin-Apps > Subject: RE: libtool devel auto-import broken > > > > > -----Original Message----- > > From: Stephano Mariani [mailto:sk DOT mail AT btinternet DOT com] > > Sent: Sunday, March 17, 2002 9:12 PM > > To: 'Charles Wilson'; Robert Collins > > Cc: 'CygWin-Apps' > > Subject: RE: libtool devel auto-import broken > > > > > > 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 :( > > There is a bin-utils export-filter command you can use instead of > patching IIRC. Mind you, we resorted to patching binutils to get libtool > to do what we want :]. > > Rob