Philip Martin <philip.mar...@wandisco.com> writes: > Greg Stein <gst...@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