>
>
>>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.
>
>
Unfortunately that doesn't work for Subversion because apr & aprutil
generate header files so all projects must depend on them somehow.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 15 02:16:40 2003