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

Re: Auto generated windows projects

From: Chris Foote <Chris.Foote_at_xtra.co.nz>
Date: 2003-01-14 23:52:01 CET

Brandon Ehle wrote:

> Haven't managed to get dynamic builds linking yet do to some API stuff,
> I planned on adding a static / dynamic switch one the initial stuff gets
> in. On this note, aprutil depends on apriconv which depends on apr, if
> I make aprutil depend on apr as well, MSVC6 croaks trying to compile
> with tons of duplicate defined symbols.
>

You get these errors when you add a dependency from one static library to
another,
because MSVC links in the dependant lib(s). When building static libs it is best
to
put all the dependencies on the exes.

Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 15 00:24:26 2003

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.