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

Re: [PATCH] Add svn-config

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-07-12 22:41:11 CEST

On Fri, Jul 12, 2002 at 09:35:06AM -0400, mark benedetto king wrote:
> On Thu, Jul 11, 2002 at 04:31:29PM -0700, Justin Erenkrantz wrote:
> >
> > But, we'd also need to get the cyclic dependencies right (Solaris's
> > ld is picky about that stuff). And, those are only stored in
> > build.conf. And, it'd be possible to not need all of those
> > libraries.
> >
>
> So are other single-pass linkers, like HP/UX's.
>
> Are there, in fact, cyclic dependencies?

There are no *cyclic* dependencies, but dependencies between the libs
certainly exist. In fact, if build.conf specifies a cycle, then gen-make
will error out, telling you about the problem.

libtool can't deal with cycles, so we don't allow them. Not to mention for
the simple fact that a cycle implies bad layering of functionality.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 12 22:39:45 2002

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.