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

Re: svn on cygwin!

From: Mo DeJong <supermo_at_bayarea.net>
Date: 2001-10-23 22:24:23 CEST

On Tue, 23 Oct 2001 13:07:47 -0700
"Powell, Jim (EER)" <PowellJF@navair.navy.mil> wrote:

> The -mno-cygwin includes the cygwin library as a static, instead of a dll,
> so in theory it should work the same.

This is not correct. When built with -mno-cygwin the resulting .exe is
linked to msvcrt.dll instead of cygwin1.dll.

> However, I'm so happy that it works that I really don't mind moving the
> cygwin.dll file around, of course I do have cygwin on my machine anyway, so
> it is no extra work for me.

I am not sure it matters much right now. Subversion currently requires Cygwin
since we exec GNU patch and GNU diff. The "right" long term solution is to
build with the Mingw compiler (www.mingw.org). It began life as the -mno-cygwin
flag but it is much easier to deal with when compared to Cygwin gcc.

cheers
Mo DeJong

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:45 2006

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.