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