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

fs and --disable-shared

From: Joe Orton <jorton_at_btconnect.com>
Date: 2001-05-22 23:17:58 CEST

Hi,

I get link errors when building the client when configured with
--disable-shared and DB3.

../../subversion/tests/.libs/libsvn_test.so: undefined reference to
`svn_fs_dir_entries'

This:

--- client/Makefile.am 2001/05/15 17:02:24 1.27
+++ client/Makefile.am 2001/05/22 21:18:15
@@ -13,7 +13,6 @@
 
 ## Libraries this binary depends upon:
 svn_LDADD = @SVN_LIBSVN_CLIENT_LIBS@ \
- @SVN_TESTS_MAIN_LIBS@ \
             @SVN_LIBSVN_WC_LIBS@ \
             @SVN_LIBSVN_RA_LIBS@ \
             @LIBSVN_CLIENT_DEPS@ \

lets it link but I figure that line is there for some reason? (adding in
libsvn_fs doesn't let it link, because test_funcs is still unresolved)

Regards,

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:30 2006

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.