bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CPPUNIT 1.9.14 32 bit error from libtool


From: Ralf Wildenhues
Subject: Re: CPPUNIT 1.9.14 32 bit error from libtool
Date: Mon, 25 Apr 2005 11:22:45 +0200
User-agent: Mutt/1.4.1i

* address@hidden wrote on Mon, Apr 25, 2005 at 10:56:01AM CEST:
> I found this BUG : 
> http://lists.gnu.org/archive/html/libtool/2004-09/msg00048.html while 
> building CPPUNIT 1.9.14 32 bit.

Yes, that is a bug.  But the idea outlined in that thread is not
sufficient to fix the bug.  See [1], where I also outline a different
idea which I think might be feasible, but which would be quite a bit of
work (more than I could invest ATM).

> I have deleted the -L refences to libstdc++ and .la from the dependencies 
> of libcppunit.a .
> 
> The library is built but fails in"gmake check" giving this error.
> 
> In file included from main.cpp:6:
> ChessTest.h: In member function `void 
> ChessTest<GAMECLASS>::testNumberOfPieces()':
> ChessTest.h:19: error: `m_game' undeclared (first use this function)
*snip*
> 
> Is this happening because of altering the .la file?

I have no idea.  I believe you are providing way to little information
in order to be able to even reproduce the bug.

What system is this on?  What exactly did you do with the installed .la
files?  Was that even a local install at all, where in?
Note that just deleting library dependencies is not the right thing to
do at all, it has to point to the right libraries instead.

How can we (step by step) reproduce your failure?  Which specific change
exposed the failure (if that can be answered easily)?

Regards,
Ralf

[1] http://lists.gnu.org/archive/html/bug-libtool/2005-03/msg00153.html




reply via email to

[Prev in Thread] Current Thread [Next in Thread]