GNU make / DJGPP make difference? (Developers)
I know GNU make from *nix and the port mingw32-make, both are identical.
My makefiles working on windows with mingw32-make doesn't work under DOS with make from DJGPP, error message "no target specified and no makefile found". I simply join the folder with the source and the makefile and type not mingw32-make but simply make.
It seams like make from DJGPP is also a port and no clone. Any idea why it doesn't work as jump in replacement?
If I use make -f c:\fullpath\source\makefile then I get "missing separator. Stop". There are tabs and no spaces, created the tabs with windows notepad, wordpad and FreeDOS edit and rhide. Same...
Any advise?
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