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

OS X: "ld: Undefined symbols: _svn_client_relocate"

From: Ask Bjørn Hansen <ask_at_develooper.com>
Date: 2003-07-02 12:56:18 CEST

Hi,

I am running OS X 10.2.6 with the december 2002 dev tools.

After updating to the current SVN sources, I get the the following
error when I compile. This is my configure settings:

"../subversion/configure" \
"--with-zlib" \
"--prefix=/usr/local/svn" \
"--with-editor=/usr/bin/vi" \
"--enable-maintainer-mode" \
"--without-berkeley-db"

Unrelated, the reason I am upgrading is that "svn co" with the version
I am using now (svn, version 0.23.0 (dev build) compiled Jun 6 2003,
02:37:44) doesn't actually check any files out:

$ svn co http://svn.develooper.com/test/
Checked out revision 22.

... but the "test" directory is empty apart from the .svn dir. It
worked weeks ago when I used it last; maybe before I upgraded to 10.2.6.

The server is old, running 0.22.1, so maybe it's time to update that as
well. :-)

  - ask

gcc -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -g -Wall
-Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
-DNEON_ZLIB -std=c89 -Wpointer-arith -Wwrite-strings -Wshadow
-DSVN_DEBUG -DAP_DEBUG -I../subversion/subversion/include -I.
-I/Users/ask/src/svn/subversion/neon/src -I/usr/local/svn/include/neon
-I/Users/ask/src/svn/obj/apr/include
-I/Users/ask/src/svn/subversion/apr/include
-I/Users/ask/src/svn/obj/apr-util/include
-I/Users/ask/src/svn/subversion/apr-util/include
-I/Users/ask/src/svn/obj/apr-util/xml/expat/lib -o
subversion/clients/cmdline/update-cmd.o -c
../subversion/subversion/clients/cmdline/update-cmd.c
gcc -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -g -Wall
-Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
-DNEON_ZLIB -std=c89 -Wpointer-arith -Wwrite-strings -Wshadow
-DSVN_DEBUG -DAP_DEBUG -I../subversion/subversion/include -I.
-I/Users/ask/src/svn/subversion/neon/src -I/usr/local/svn/include/neon
-I/Users/ask/src/svn/obj/apr/include
-I/Users/ask/src/svn/subversion/apr/include
-I/Users/ask/src/svn/obj/apr-util/include
-I/Users/ask/src/svn/subversion/apr-util/include
-I/Users/ask/src/svn/obj/apr-util/xml/expat/lib -o
subversion/clients/cmdline/util.o -c
../subversion/subversion/clients/cmdline/util.c
cd subversion/clients/cmdline && /bin/sh /Users/ask/src/svn/obj/libtool
--silent --mode=link gcc -g -Wall -Wmissing-prototypes
-Wstrict-prototypes -Wmissing-declarations -DNEON_ZLIB -std=c89
-Wpointer-arith -Wwrite-strings -Wshadow -DSVN_DEBUG -DAP_DEBUG
-L/Users/ask/src/svn/obj/apr-util/xml/expat/lib -rpath
/usr/local/svn/lib -o svn add-cmd.o cat-cmd.o checkout-cmd.o
cleanup-cmd.o commit-cmd.o copy-cmd.o delete-cmd.o diff-cmd.o
export-cmd.o feedback.o help-cmd.o import-cmd.o info-cmd.o log-cmd.o
ls-cmd.o main.o merge-cmd.o mkdir-cmd.o move-cmd.o prompt.o
propdel-cmd.o propedit-cmd.o propget-cmd.o proplist-cmd.o props.o
propset-cmd.o resolve-cmd.o revert-cmd.o status-cmd.o status.o
switch-cmd.o update-cmd.o util.o
../../../subversion/libsvn_client/libsvn_client-1.la
../../../subversion/libsvn_wc/libsvn_wc-1.la
../../../subversion/libsvn_ra/libsvn_ra-1.la
../../../subversion/libsvn_delta/libsvn_delta-1.la
../../../subversion/libsvn_subr/libsvn_subr-1.la
/Users/ask/src/svn/obj/apr-util/libaprutil-0.la
/Users/ask/src/svn/obj/apr-util/xml/expat/lib/libexpat.la
/Users/ask/src/svn/obj/apr/libapr-0.la
/Users/ask/src/svn/obj/neon/src/libneon.la -L/usr/local/svn/lib -lz -lz
ld: Undefined symbols:
_svn_client_relocate
make: *** [subversion/clients/cmdline/svn] Error 1

-- 
http://www.askbjoernhansen.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 2 12:57:10 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.