For most MinGW distributions make is now called mingw-make.exe in the MinGW dir, so putting MinGW bin dir into PATH for make.exe isn't a safe method. If you intend to use multiple compilers on your machine I wouldn't recommend putting any compiler package in your default PATH anyway. Compiler don't mix well, and such can cause various errors, not just in Harbour.
On non-*nix systems it's best to have GNU-make copied into some general batch/tools/util dir by the name of make.exe, and put this into the PATH (chances are high it's already there). The recent MinGW build of make.exe seems to work fine, it's version 3.81, you can check with 'make --version'. Brgds, Viktor On Wed, Feb 18, 2009 at 10:39 AM, Massimo Belgrano <mbelgr...@deltain.it>wrote: > Beceuse if i store in gcc compiler directory i don't want collide with > Ms compiler for example > > 2009/2/18 Viktor Szakáts <harbour...@syenar.hu>: > >> and what do you think about set HB_ gccMAKEpath=C:\devl\make > >> so it will be compiler directory also if it is not in path? > > > > Why would this be simpler than: > > set PATH=C:\devl\make;%PATH% > > ? > > Brgds, > > Viktor > > > > _______________________________________________ > > Harbour mailing list > > Harbour@harbour-project.org > > http://lists.harbour-project.org/mailman/listinfo/harbour > > > > > > > > -- > Massimo Belgrano > _______________________________________________ > Harbour mailing list > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour >
_______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour