Brandon Ehle wrote:
> Russell Yanofsky wrote:
>
>> I'd like to get some feedback on a patch that builds subversion
>> libraries as
>> dlls instead of libs on windows. It uses the
>> automatically-generated-DEF-file approach discussed back in March in
>> this
>> thread:
>
>>
>> Anyone have ideas on how to move forward, or feedback on what's been
>> done so
>> far?
>>
> I'm running with your applied patches + a couple of fixes to get the
> VC.NET projects working. I'll let you know if I run into any issues,
> but so far so good.
>
Looks like switching to dlls introduces some memory leaks at shutdown
because of the way atexit(apr_terminate) is getting called. I'm not
entirely sure what the interaction is, but apr_initialize() is now being
called from within the libsvn_subr-1.dll instead of the executable.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 16 05:15:43 2003