GNU make / DJGPP make difference? (Developers)
> I know GNU make from *nix and the port mingw32-make, both are identical.
Except not always the same version. Plus DJGPP has quirks that MinGW doesn't (e.g. no separate shell for each command??). Besides, this is what my mingw32-make.exe says:
> GNU Make 3.81
> ...
> This program built for i386-pc-mingw32
And this is what my DJGPP make says:
> GNU Make 3.81
> ...
> This program built for i386-pc-msdosdjgpp
So, technically, you're using an outdated GNU/DJGPP make! (See here.)
P.S. You could always try CBuild, it's only one .C source file (!), and it's portable and (possibly) easier to use than true makefiles. Done by the same author as APEG (see other thread).
Complete thread:
- GNU make / DJGPP make difference? - mr, 30.08.2008, 19:01 (Developers)
- GNU make / DJGPP make difference? - Rugxulo, 31.08.2008, 00:38
- GNU make / DJGPP make difference? - mr, 31.08.2008, 02:04
- GNU make / DJGPP make difference? - marcov, 01.09.2008, 11:44
- GNU make / DJGPP make difference? - mr, 31.08.2008, 02:07
- GNU make / DJGPP make difference? - Laaca, 31.08.2008, 09:55
- GNU make / DJGPP make difference? - Rugxulo, 31.08.2008, 20:40
- GNU make / DJGPP make difference? - Rugxulo, 02.09.2008, 04:50
- GNU make / DJGPP make difference? - mr, 02.09.2008, 14:40
- GNU make / DJGPP make difference? - Rugxulo, 02.09.2008, 22:49
- GNU make / DJGPP make difference? - Rugxulo, 31.08.2008, 00:38