bug-make
[Top][All Lists]
Advanced

[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.



reply via email to

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