make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make fails when quote marks are encountered


From: Jon Grant
Subject: Re: make fails when quote marks are encountered
Date: Tue, 19 Jun 2007 23:15:50 +0100

Hi.

On 19/06/07, Eli Zaretskii <address@hidden> wrote:
> Date: Mon, 18 Jun 2007 14:24:48 -0700
> From: "Daniel Mendyke" <address@hidden>
>
> I'm running windows XP with Gnu make 3.8.1
>
>     C:\tmp$ make --version
>     GNU Make 3.81
>     Copyright (C) 2006  Free Software Foundation, Inc.
>     This is free software; see the source for copying conditions.
>     There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
>     PARTICULAR PURPOSE.
>
>     This program built for i686-pc-mingw32
>
>     C:\tmp$

Same here, almost:

    GNU Make 3.81
    Copyright (C) 2006  Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.

    This program built for Windows32

Where did you get the binary of Make?  I built mine myself from the
sources, using the build_w32.bat batch file and the MinGW GCC
compiler.

See config.h.W32

/* Build host information. */
#define MAKE_HOST "Windows32"

The i686-pc-mingw32 build had that put as the MAKE_HOST by the
./configure script generated Makefile.

Regards, Jon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]