lua-users home
lua-l archive

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




Am 21.05.2014 01:29, schrieb Philipp Janda:
Am 21.05.2014 00:52 schröbte Philipp Janda:

So to sum this up:
*   `make` in MinGW is broken, you have to use `mingw32-make`.

I can't blame MinGW for this. I just checked, and MinGW doesn't even
have `make`, only `mingw32-make`. I must have picked it up somewhere
else in my PATH ...
(But I remember that MinGW once had a broken `make` command.)

Philipp



mingw32-make worked fine so far for me. i simply made a copy of mingw32-make and named it make.exe and included the mingw\bin folder into PATH.

i suggest, to put a note into the README mentioning the different make command name. You already called "make" using the $(MAKE) macro inside makefiles, so all should run fine with mingw32-make.

Ulrich.