[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-05-22 23:05:42 CEST

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.

---------------------------------------------------------------------
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:07:21 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.