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

Recent libsvn_fs stuff breaks --enable-dso

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-04-12 02:21:53 CEST

Using --enable-dso I get

cd subversion/clients/cmdline && /bin/sh /home/pm/sw/subversion/obj/libtool --tag=CC --silent --mode=link gcc -std=c89 -g -Wall -Wdeclaration-after-statement -Wsign-compare -Wwrite-strings -Wpointer-arith -Wshadow -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wendif-labels -Wredundant-decls -DSVN_DEBUG -DSVN_DEBUG_ERROR -g -pthread -DNEON_ZLIB -DNEON_SSL -rpath /usr/local/subversion/lib -o svn add-cmd.o blame-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 help-cmd.o import-cmd.o info-cmd.o lock-cmd.o log-cmd.o ls-cmd.o main.o merge-cmd.o mkdir-cmd.o move-cmd.o notify.o prompt.o propdel-cmd.o propedit-cmd.o propget-cmd.o proplist-cmd.o props.o propset-cmd.o resolved-cmd.o revert-cmd.o status-cmd.o status.o switch-cmd.o unlock-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/lib
svn_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 -lrt -lm -lcrypt -lnsl -lpthread -ldl -lneon -lssl -lcrypto -lz -lxml2 -lz
/home/pm/sw/subversion/obj/subversion/clients/cmdline
help-cmd.o(.text+0x127): In function `svn_cl__help':
../svn/subversion/clients/cmdline/help-cmd.c:80: undefined reference to `svn_fs_print_modules'
main.o(.text+0x213): In function `main':
../svn/subversion/clients/cmdline/main.c:842: undefined reference to `svn_fs_initialize'
collect2: ld returned 1 exit status
make: *** [subversion/clients/cmdline/svn] Error 1

I suppose we could make the client link against libsvn_fs explicitly,
but does that sensible for the --enable-dso case?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 12 02:22:57 2005

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.