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

Re: Cygwin build issue (circular dependency?)

From: Nathan Hamilton <nehamilton_at_gmail.com>
Date: Mon, 10 Mar 2008 13:29:51 -0600

The "--disable-shared" flag worked for me. Thanks for the tip.

I'm still curious as to the original build problem, though. Is it a valid
dependency issue?

On Mon, Mar 10, 2008 at 1:01 PM, jeremy hinds <jeremy.hinds_at_gmail.com>
wrote:

> 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?
> >
>
Received on 2008-03-10 20:30:07 CET

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.