[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Issue 3930 - Subversion, libtool, APR, and all the junk in-between

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 28 Jun 2011 18:42:54 +0100

Philip Martin <philip.martin_at_wandisco.com> writes:

> Greg Stein <gstein_at_gmail.com> writes:
>
>> What *does* seem to be undisputed is that OpenSUSE has a broken
>> libtool installation that doesn't handle C++. Why are we working
>> around that?
>
> Subversion requires C++ support and APR doesn't. C++ support in libtool
> is optional. Can Subversion expect APR's libtool to support C++?

OpenSUSE is not alone in building APR without explicit C++ support. If
I let Subversion pick APR's libtool on my Debian box then when building
libsvn_auth_kwallet I see warnings of the form:

   libtool: ignoring unknown tag CXX

One consequence of this missing C++ tag is that libsvn_auth_kwallet is
linked using x86_64-linux-gnu-gcc rather than g++. It appears to work
on my Debian box but is that going to work everywhere?

-- 
Philip
Received on 2011-06-28 19:43:31 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.