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

bindings->javahl libstdc++ link patch; filed issue #2031

From: Holger Thon <ht_gentoo04_at_arcor.de>
Date: 2004-08-31 01:13:42 CEST

Hi,

When configuring subversion on linux with --enable-javahl,
and running make javahl afterwards, libjavahl-1.so has unresolved
symbols.

As libtool does not fully support linking c++ libraries (yet),
i added an LT_CXX_LIBADD variable to fix it, which is set to -lstdc++
on linux (autobook suggests adding -lg++ as well, but that's
outdated imho...)

Another minor fix is running AC_SUBST on SVN_DB_{INCLUDES,LIBS}
variables, which weren't substituted in svn-config.

Ciao
Holger

PS: Sorry for not posting here before filing the issue.
    There might be a delay for replies, as i've not subscribed
    this list.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 31 10:32:39 2004

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.