>
> set PATH=C:\devl\msys\1.0\bin;C:\devl\MinGW\bin;%PATH%
> set HB_ARCHITECTURE=win
> set HB_COMPILER=mingw
> set HB_USER_LDFLAGS=-s
> cd \harbour
> MAKE_GNU clear
> MAKE_GNU


You should replace last two lines with:
sh make_gnu.sh clean install

I think we should delete make_gnu.bat from the
repository as it's rather confusing than useful.
mingw is best used with msys, otherwise some
things won't work and hacks are needed to make
work even the basic functionality. Any thoughts
regarding this?

My log for open watcom is
> set HB_ARCHITECTURE=win
> set HB_COMPILER=owatcom
> SET WATCOM=c:\devl\watcom
> SET PATH=%WATCOM%\BINP;%WATCOM%\BINW;%PATH%
> SET BEGINLIBPATH=%WATCOM%\BINP\DLL
> SET EDPATH=%WATCOM%\EDDAT
> SET INCLUDE=%WATCOM%\H\OS2;%WATCOM%\H
> REM SET LIB=
> SET HELP=%WATCOM%\BINP\HELP;%HELP%
> SET BOOKSHELF=%WATCOM%\BINP\HELP;%BOOKSHELF%


See comments here:

> set HB_BIN_INSTALL=\harbour\bin\ <==== Use full path here, with drive
> letter
> set HB_LIB_INSTALL=\harbour\lib\ <==== Use full path here, with drive
> letter
> set HB_INC_INSTALL=\harbour\include\ <==== Use full path here, with drive
> letter
> cd \harbour
> MAKE_GNU clear
> MAKE_GNU


Last two lines:
make clean > nul
make install %1 %2 %3 -r SHELL=%COMSPEC%

Also very important to have a proper GNU make.exe in
the path. mingw-make.exe will do if you rename it the
make.exe.

Brgds,
Viktor
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to