[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re: win32 compilation of make 4.0 source code
From: |
Eli Zaretskii |
Subject: |
Re: Re: win32 compilation of make 4.0 source code |
Date: |
Tue, 14 Jan 2014 06:51:39 +0200 |
> From: "Mark Brown" <address@hidden>
> Cc: <address@hidden>
> Date: Mon, 13 Jan 2014 14:06:16 -0800
>
> As mentioned I used Visual C++ 2005,
> loading the project file and building it:
> make_msvc_net2003.vcproj .
>
> This results in a make_msvc.net2003.exe of length 892 KB
> being created in the debug directory.
Does this binary work if you invoke it from the cmd.exe prompt? But
please make sure your Makefile invokes programs that are on Path, and
try to avoid invoking Cygwin programs as much as possible. Also, I
would suggest to remove Cygwin's sh.exe from Path, as Make on Windows
always prefers to use a Unix shell if available.
If Make doesn't work even under these circumstances, then something is
broken. Otherwise, you could be experiencing some incompatibility
between Cygwin and native Windows programs.
- win32 compilation of make 4.0 so urce code, Mark Brown, 2014/01/13
- Re: win32 compilation of make 4.0 source code, Eli Zaretskii, 2014/01/13
- Re: win32 compilation of make 4.0 source code, Paul Smith, 2014/01/13
- Re: win32 compilation of make 4. 0 source code, Mark Brown, 2014/01/13
- Re: Re: win32 compilation of make 4.0 source code ,
Eli Zaretskii <=
- Re: win32 compilation of make 4. 0 source code, Mark Brown, 2014/01/14
- RE: win32 compilation of make 4. 0 source code, Pavel Fedin, 2014/01/14
- Re: RE: win32 compilation of make 4.0 source code , Eli Zaretskii, 2014/01/14
- Re: win32 compilation of make 4. 0 source code, Mark Brown, 2014/01/24
- Re: win32 compilation of make 4.0 source code, Paul Smith, 2014/01/24
- Re: win32 compilation of make 4. 0 source code, Mark Brown, 2014/01/26
- Re: win32 compilation of make 4.0 source code, Paul Smith, 2014/01/27
- Re: win32 compilation of make 4. 0 source code, Mark Brown, 2014/01/27
- Re: win32 compilation of make 4.0 source code, Philip Guenther, 2014/01/27
- Re: win32 compilation of make 4.0 source code, Philip Guenther, 2014/01/27