You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Joe Orton <jo...@btconnect.com> on 2001/05/22 21:17:58 UTC

fs and --disable-shared

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