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

r3426 commandline client does not link

From: Alexander Sabourenkov <screwdriver_at_lxnt.info>
Date: 2002-10-21 16:17:04 CEST

Hello.

Problems encountered:

while make-ing the r3426 got multiple 'undefined references', which include:
  svn_opt_args_to_target_array
  svn_opt_parse_num_args
  svn_opt_push_implicit_dot_target
and more.

Most (i've not checked all of them) this functions belong to libsvn_subr code.
Strangely enough, while they can be found in the source, the compiled library
(subversion/libsvn_subr/.libs/libsvn_subr-1.a) does not contain them.

Any ideas?

background info:

subversion source: r3426, obtained by svn up-ing r3161 source, then doing 'make distclean'
system: FreeBSD 4.6-2
configure line:
"./configure" \
"--with-apr=/usr/local/apache2/bin/apr-config" \
"--with-apr-util=/usr/local/apache2/bin/apu-config" \
"--with-apxs=/usr/local/apache2/bin/apxs" \
"--with-berkeley-db=/usr/local/BerkeleyDB.4.0"

the command the make chokes on:
cd subversion/clients/cmdline && /usr/local/bin/bash /tmp/svn/libtool --silent --mode=link gcc -g -O2 -Wall
-Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -L/usr/local/BerkeleyDB.4.0/lib -L/usr/local/lib
-rpath /usr/local/lib -o svn add-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
/usr/local/apache2/lib/libaprutil-0.la -ldb -lexpat /usr/local/apache2/lib/libapr-0.la -lm -lcrypt
/tmp/svn/neon/src/libneon.la -L/usr/local/lib -L/usr/local/lib -lxml2 -lz -lm

-- 
./lxnt
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 21 16:17:58 2002

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.