Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <017501c0f400$d03b2bd0$0200a8c0@lifelesswks> From: "Robert Collins" To: "Ralf Habacker" , "Cygwin-Apps" , "LIBTOOL-Mailinglist" References: <001901c0f400$9099cdb0$6e032bb7 AT BRAMSCHE> Subject: Re: ask for delivering cygwin 1.1.8 with kde 1.1.2 Date: Wed, 13 Jun 2001 22:03:08 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 x-mimeole: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 13 Jun 2001 11:52:53.0897 (UTC) FILETIME=[612DB790:01C0F3FF] ----- Original Message ----- From: "Ralf Habacker" To: "Cygwin-Apps" ; "LIBTOOL-Mailinglist" Sent: Wednesday, June 13, 2001 10:01 PM Subject: AW: ask for delivering cygwin 1.1.8 with kde 1.1.2 Ralf Habacker EMail: Ralf AT habacker DOT de Ralf DOT Habacker AT saght DOT tessag DOT com > > > Does using ld without the auto-image-base solve your issues with > cygwin > > > 1.3.2? > > > > I have a question relating to the relink/install ? > > Libtool is relinking the dll on (1)installing or on no installed apps > if > > (2)called. > > Is this not obsolate, as (1) the dll and the import lib are already > > available with after regular linking and for (2). > > > > I'm asking because every linking of the kdelibs (kdecore,kdeui,..) > needs > > about 10-15 minutes on a 750 MHz PIII with 195MB Real RAM. So if this > step > > could be removed, debugging would be able much faster. > > It's relinking it with a different rpath - I think that is meaningless > on windows but it was the behaviour before I started hacking on libtool > for windows. The concept is to support running an application with the > built .libs not the installed ones, but still have the app run properly > when installed. Unless someone from libtool pipes up, I'll look into > this shortly. There is a configure option to tell libtool you will not > be running from the local directory: try configure --help > You mean --disable-dependency-tracking "Speeds up one-time builds" This I have already tried. No, I think it was --fast-install, but I need to check. --disable-dependency-tracking is an automake option, not a libtool option ;] Rob