On Thu, Oct 09, 2014 at 09:22:19PM +0200, Johannes Schindelin wrote:
> Hi,
>
> On Wed, 8 Oct 2014, Marat Radchenko wrote:
>
> > +CC_MACH := $(shell sh -c '$(CC) -dumpmachine 2>/dev/null || echo not')
>
> There is a rather huge problem with that. The latest mingw-w64 release,
> 4.9.1, does not do
Hi,
On Fri, 10 Oct 2014, Johannes Schindelin wrote:
> On Fri, 10 Oct 2014, Johannes Schindelin wrote:
>
> > With this [mingw-w64] compiler, and the 'w64' branch from
> > https://github.com/dscho/git – intended to be merged into
> > https://github.com/git-for-windows/git – the following command-l
Hi Ray,
On Fri, 10 Oct 2014, Ray Donnelly wrote:
> what's the difference between https://github.com/msysgit/git and
> https://github.com/git-for-windows/git ? I noticed that your fork is
> forked from msysgit, not git-for-windows?
I am glad you asked!
Git for Windows was developed using the dev
Hi,
On Fri, 10 Oct 2014, Johannes Schindelin wrote:
> With this [mingw-w64] compiler, and the 'w64' branch from
> https://github.com/dscho/git – intended to be merged into
> https://github.com/git-for-windows/git – the following command-line
> produces 64-bit Git:
>
> PATH=/path/to/unpacke
Hi Ray,
On Fri, 10 Oct 2014, Ray Donnelly wrote:
> On Thu, Oct 9, 2014 at 8:47 PM, Johannes Schindelin <
> johannes.schinde...@gmx.de> wrote:
> >
> > On Thu, 9 Oct 2014, Ray Donnelly wrote:
> >
> >> On Thu, Oct 9, 2014 at 8:22 PM, Johannes Schindelin
> >> wrote:
> >> >
> >> > On Wed, 8 Oct 2014,
Hi Ray,
On Thu, 9 Oct 2014, Ray Donnelly wrote:
> On Thu, Oct 9, 2014 at 8:22 PM, Johannes Schindelin
> wrote:
> >
> > On Wed, 8 Oct 2014, Marat Radchenko wrote:
> >
> >> +CC_MACH := $(shell sh -c '$(CC) -dumpmachine 2>/dev/null || echo not')
> >
> > There is a rather huge problem with that. The
On Thu, Oct 9, 2014 at 8:22 PM, Johannes Schindelin
wrote:
> Hi,
>
> On Wed, 8 Oct 2014, Marat Radchenko wrote:
>
>> +CC_MACH := $(shell sh -c '$(CC) -dumpmachine 2>/dev/null || echo not')
>
> There is a rather huge problem with that. The latest mingw-w64 release,
> 4.9.1, does not do what you exp
Hi,
On Wed, 8 Oct 2014, Marat Radchenko wrote:
> +CC_MACH := $(shell sh -c '$(CC) -dumpmachine 2>/dev/null || echo not')
There is a rather huge problem with that. The latest mingw-w64 release,
4.9.1, does not do what you expect here: while '.../mingw32/bin/gcc -m32
-o 32.exe test.c' and '.../min
8 matches
Mail list logo