Compiling GNU make

Started by
5 comments, last by fyhuang 19 years, 11 months ago
I have downloaded the source for GNU make and am trying to compile it on a Win32 machine, using MVC++ 6.0. However, I get huge numbers of errors and warnings. I am using the provided ''build_w32.bat'' file. Does anyone have any advice on this?
- fyhuang [ site ]
Advertisement
I just use cygwin instead. My understanding is that GNU make depends on being run from a *nix style shell (bash, etc.) so even if you did get it to compile, it wouldn't run very well anyways.

edit: grammar

[edited by - SiCrane on May 18, 2004 5:39:21 PM]
You''ll find that almost all GNU / OSS projects that have source code for Win32 will require cygwin. There''s just too many library dependencies and most who do put out a Win32 Makefile just assume you have cygwin.

Int.
I don''t really like CygWin -- the bash shell isn''t very reliable...
- fyhuang [ site ]
Install another shell. Pretty sure ksh, tcsh and c shell are there too.

Int.
Last time I checked, cygwin had the ash, bash, pdksh, tcsh and zsh shells. I personally haven''t had any troubles with the bash shell.
I used Cygwin for nearly 2 years, but it was far to bloated for what I needed, you may prefer MSYS which is generally associated with MingW.

This topic is closed to new replies.

Advertisement