git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Rob McDonald" <robm@asdl.gatech.edu>
To: "Andreas Ericsson" <ae@op5.se>
Cc: <git@vger.kernel.org>
Subject: Re: Possibility of a MinGW version?
Date: Sat, 24 Dec 2005 08:51:53 -0500	[thread overview]
Message-ID: <009701c60891$50893fd0$6900a8c0@sps> (raw)
In-Reply-To: 43AD1E63.4040103@op5.se

> The worst trouble you're likely to run into is all the hardcoded paths.
> They are everywhere and ofcourse use the / for path entity separation.
>
> The fact that there are 39 bash'ish shell-scripts does little to help a
> native port, and although they can be fairly easily replaced by "real"
> programs it still means quite a bit of work with little real value for
> the unix-version, so I'm guessing you'll have to write those up for
> yourself.

MSYS is a minimal system that includes ports of all build-chain tools you
need to get Makefiles to work.  I would envision using it along with native
ports of Perl, Tk/Tcl, etc.

> Is there some reason you can't install Cygwin, which effectively
> overcomes both those problems?

I've had consistently lousy luck with Cygwin which has left a bad taste in
my mouth.  Cygwin is generally a lot slower than Mingw, although that is
most noticeable when you're making extensive use of math.h.  Also, it seems
that every time I install some package in Cygwin, something else I've
installed gets messed up.  It just seems to me that there isn't any reason
for an efficient command-line tool like git to depend on a large
unmaintained project like Cygwin.

Of course, one could use -mno-cygwin (or whatever it is) to use the MinGW
headers when compiling in Cygwin as an intermediate step.  That would give
any speed advantages.

However, I've had great luck porting Linux apps using the gcc toolchain to
Windows using MinGW.  All these programs 'just worked'.  However, none of
them really did things outside the realm of simple, portable C and Fortran.
Most of them have been old engineering analysis codes which have been ported
a dozen times in their life anyway.

Thanks for the comments.  The best idea may be to just try it....

            Rob

  parent reply	other threads:[~2005-12-24 13:49 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-24  2:34 Possibility of a MinGW version? Rob McDonald
2005-12-24 10:09 ` Andreas Ericsson
2005-12-24 10:18   ` Sven Verdoolaege
2005-12-24 10:24     ` Andreas Ericsson
2005-12-24 12:07       ` Johannes Schindelin
2005-12-24 16:40       ` David Brown
2005-12-24 13:51   ` Rob McDonald [this message]
2005-12-24 14:16     ` Johannes Schindelin
2005-12-25 17:16       ` Rob McDonald
2005-12-31 16:39         ` Christopher Faylor
2005-12-31 21:53           ` H. Peter Anvin
2006-01-01  5:25             ` Christopher Faylor
2005-12-31 16:40     ` Christopher Faylor
2005-12-24 17:58   ` Junio C Hamano
2005-12-24 23:44     ` Andreas Ericsson
2005-12-25  1:47       ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='009701c60891$50893fd0$6900a8c0@sps' \
    --to=robm@asdl.gatech.edu \
    --cc=ae@op5.se \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).