Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <13c501c19e6a$6956e930$0200a8c0@lifelesswks> From: "Robert Collins" To: "Ralf Habacker" , "Cygwin" References: <014701c19e5b$fd397be0$fe6207d5 AT BRAMSCHE> Subject: Re: libtool-devel and kde2 Date: Wed, 16 Jan 2002 19:47:19 +1100 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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 16 Jan 2002 08:47:09.0676 (UTC) FILETIME=[62584AC0:01C19E6A] I believe Chuck has already answered much of this. Some things stand out though: === ----- Original Message ----- From: "Ralf Habacker" > Environment > AUTO_DEVEL=/usr/autotool/stable ^This is wrong^ You will be using the stable libtool, which is pre-MLB. > checking how to run the C preprocessor... grep: conftest.out: No such file or directory > ^^^ this depends on using > The only way to solve this problem seems to be exporting CC=gcc before configuring. Any ideas None. I've seen it myself, haven't checked why. Does anything go _wrong_ if that error appears? 2. I have problems configuring language specific support with libtool.Unfortunally the kde2 project is configured with the "Multiple Language Branch"-libtool which creates language specific ltcf-c.sh and ltcf-cxx.sh files. > Additional I have to use the following lines to create a basic configuration for configuring > an installable > libltdl. Instead I expected - as I have read in the doc - the line "AC_LIBLTDL_INSTALLABLE" > should be enough. I've not seen libtldl installed that way ever, which doesn't mean much :}. However, You *don't* need to install libtldl - it will be provided when Chuck's libtool packages make it into setup.ini - they include a cyglibtldl.dll. > The following commands are used to create the project, which is appended: > > libtoolize -c -f --ltdl > cp /usr/autotool/devel/share/aclocal/libtool.m4 acinclude.m4 This is wrong. If acinclude is the same as your libtool file, just rm acinclude.m4. At the moment you're actually using parts of two different libtool versions. Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/