From: "Tim Van Holder" To: Subject: Re: Package of libtool? Date: Thu, 21 Jun 2001 19:34:02 +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) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 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 > IIRC, libtool in packages I looked into used to detect that DJGPP doesn't > support shared libraries and stop using -fPIC. Unless my memory fails me > (wouldn't be the first time ;-), something's changed in libtool, and that > change is now causing us grief. The problem seems to have been introduced somewhere between 1.3.4 and 1.4; when libtool sees you're using gcc, it simply assumes -fPIC. The current CVS HEAD fixes this, and I've applied that fix to the 1.4 tree. I've also adapted libtool.m4 to work with autoconf 2.50 (which it now requires). Over the weekend, I'll be looking at the testsuite - some of the tests are failing. I'll probably defer an official package until automake 1.5 is available.