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

Re: [PATCH] Compiling Subversion Libraries as DLLs on Windows

From: Brandon Ehle <azverkan_at_yahoo.com>
Date: 2003-10-16 05:14:55 CEST

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

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.