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

Re: undefined externals while compiling svnversion?

From: Jens-Uwe Mager <jum_at_anubis.han.de>
Date: 2003-05-22 23:34:58 CEST

On Thu, May 22, 2003 at 16:05 -0500, Ben Collins-Sussman wrote:

> Jens-Uwe Mager <jum@anubis.han.de> writes:
>
> > cd subversion/svnversion && /bin/sh /work/src/svn/libtool --silent
> > --mode=link gcc -g -O2 -pthread -DNEON_ZLIB -DNEON_SSL
> > -L/work/db-4.0.14/lib -rpath /work/svn-head/lib -o svnversion main.o
> > ./../subversion/libsvn_client/libsvn_client-1.la
> > /work/apache-head/lib/libaprutil-0.la -lgdbm
> > /work/db-4.0.14/lib/libdb-4.0.la -lexpat
> > /work/apache-head/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -ldl
> > /work/src/svn/subversion/libsvn_ra_dav/.libs/libsvn_ra_dav-1.so:
> > undefined reference to `ne_get_session_private'
>
> That's a neon symbol. Why is there no -lneon in your link line?
> libsvn_ra_dav depends on it.

I have no idea why the neon library is missing (I have to admit that I
am not really understanding what autoconf and automake do generate). The
generated Makefile looks like this regarding to neon:

NEON_LIBS = -L/work/neon-head/lib -lneon -lssl -lcrypto -lz -lxml2 -lz -lm

How does this get used at all? I find no further reference to NEON_LIBS
in the Makefile.

-- 
Jens-Uwe Mager	<pgp-mailto:F476EBC2>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 22 23:35:55 2003

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.