On Tue, 2015-03-24 at 23:11 +0100, Tomas Nordin wrote: > But is there not a pre-compiled binary for > windows with version > 3.81? Or do I simply fail to find it?
The Free Software Foundation and GNU doesn't provide precompiled versions of any of its software, for any platform including Windows. You may be able to find prebuilt versions out there. Maybe someone else on the list will know where to look. You might also have better luck asking on the make-...@gnu.org list which is targeted more specifically at Windows users of GNU make. Of course, compiling GNU make yourself from source is not difficult; you will probably need an installation of MinGW to get access to tar so you can unpack the source, which you can download from here: http://ftp.gnu.org/gnu/make/ then read the README.W32 file for info on compiling make. This is assuming you're looking for a native build of GNU make, and not a cygwin build. _______________________________________________ Help-make mailing list Help-make@gnu.org https://lists.gnu.org/mailman/listinfo/help-make