From: Warren Young Date: June 11 2009 2:38am Subject: Re: Problems trying to build from Trunk List-Archive: http://lists.mysql.com/plusplus/8616 Message-Id: <4A306E0C.70400@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Adrian Cornish wrote: > 2009/6/10 Warren Young : >> Try installing libtool. MySQL++ doesn't actually use it, but it appears >> that autotools doesn't correctly cope with its absence. >> > I had installed libtool 2.2.4 What kind of system is this? I may try to replicate it in a VM. > Eventually I got this to work by removing the following 2 lines from > /usr/share/aclocal/ltoptions.m4 > dluadrianc share/aclocal# diff ltoptions.m4 ltoptions.m4.bak > 239a240,241 >> _LT_DECL([build_old_libs], [enable_static], [0], >> [Whether or not to build static libraries]) Well, that means it's either an autotools bug, or something we'll have to cope with in future versions of MySQL++.