Did you "./configure --disable-shared" ? Building on cygwin doesn't
work (for me) without that option.
On Mon, Mar 10, 2008 at 12:55 PM, Nathan Hamilton <nehamilton_at_gmail.com> wrote:
> A clean checkout and autogen.sh -> configure -> make of both the 1.5.x
> branch and trunk is terminating with the following error on cygwin:
>
> /c/dev/subversion-1.5.x/subversion/libsvn_fs_fs/tree.c:3017: undefined
> reference to `_svn_fs_root_fs'
>
> Some further investigation shows the following possible circular dependency:
>
> subversion/libsvn_fs_fs/tree.c:3017: svn_fs_root_fs ->
> subversion/libsvn_fs/fs-loader.c
> subversion/libsvn_fs/fs-loader.c:71: svn_fs_fs__init ->
> subversion/libsvn_fs_fs/fs.c
>
> Cygwin seems to be the only platform that has a problem with circular
> dependencies for linking. Is there something I'm doing wrong or have others
> had trouble building on cygwin recently?
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-03-10 20:01:30 CET