From: "Tim Van Holder" To: Cc: "Richard Dawe" Subject: Re: Package of libtool? Date: Mon, 18 Jun 2001 22:33:29 +0200 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3B2E5B57.B99F6EB0@phekda.freeserve.co.uk> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Has anyone got a package of libtool for DJGPP? libtool 1.3.4 seems to > build OK with DJGPP, but I haven't tested it, so it may fall foul of > MS-DOS/Windows. If no-one is planning to a package of it, I may try to > port it to DJGPP properly sometime. > > I need libtool to build XDelta 1.1.2 from its CVS. It may require libtool > 1.4. It may also require autoconf 2.50, automake 1.4-p4. (The author > hasn't replied to my questions about that yet.) From my attempts at building cvs gettext (which now uses 1.4) there should be no problem, save one. ltconfig uses -fPIC as compiler option to produce PIC code. gcc happily accepts this option and generates assembler code our as can't grok (bfd assertions get thrown). An obvious fix is to simply edit ltconfig to not use this option; I've also mailed a report to Mark & Andris, but I'm not sure if this is something that should be handled in binutils (ie add support to bfd) or gcc (ie disallow -fPIC for a djgpp host). Otherwise, libtool 1.4 seems to work very well (at least with autoconf 2.50 and a cvs automake). Since I'm already planning on maintaining autoconf (2.51 planned for this week) and automake (1.5 Real Soon Now(tm)) for DJGPP, I'll probably handle libtool as well (after all, they're pretty closely connected) - I'll (try to) prepare a package for 1.4 this weekend.