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

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

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

Hi Patrick,

On Tue, Aug 31, 2004 at 11:31:05AM +0200, Patrick Mayweg wrote:
> Hi Holger,
> Holger Thon wrote:
>
> >Hi,
> >
> >
> >When configuring subversion on linux with --enable-javahl,
> >and running make javahl afterwards, libjavahl-1.so has unresolved
> >symbols.
> >
> What I do not understand is, that my old autoconf/automake build system
> had not had the problem and the when justin integrated javahl into the
> main building system, that problem did not exist.

I compiled the unpatched version again, still with unresolved symbols.
Perhaps you are using different versions? I use autoconf 2.59,
automake 1.8.5, libtool 1.4.3 and gcc 3.3.4 as default on distribution
gentoo linux. Both patches make the problem vanish...

The other possibility is you just compiled libjavahl-1.so but did not use
it. Linux resolves symbols of dyn-linked libraries at runtime,
not at link time, thus no error during building, but ldd -r will show...

> >Another minor fix is running AC_SUBST on SVN_DB_{INCLUDES,LIBS}
> >variables, which weren't substituted in svn-config.
> >
> I am not sure about that patch, because svn-config is not supported anymore.

Oh, did not know that.

Ciao
Holger

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 31 12:45:18 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.