I have Tried with 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
but receive this error: /bin/sh.exe: -c: line 1: syntax error near unexpected token `(w' /bin/sh.exe: -c: line 1: `C:\Windows\system32\cmd.exe /c for %d in (wi gw) do if not exist %d\. md %d' make[2]: [dirbase] Error 2 (ignored) /bin/sh.exe: -c: line 1: syntax error near unexpected token `(.' /bin/sh.exe: -c: line 1: `C:\Windows\system32\cmd.exe /c for %d in (..\ n ..\..\lib\win\mingw) do if not exist %d\. md %d' make[2]: [dirbase] Error 2 (ignored) make: *** win/mingw: No such file or directory. Stop. make[2]: *** [descend] Error 2 make[1]: *** [common] Error 2 make: *** [source] Error 2 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% set HB_BIN_INSTALL=\harbour\bin\ set HB_LIB_INSTALL=\harbour\lib\ set HB_INC_INSTALL=\harbour\include\ cd \harbour MAKE_GNU clear MAKE_GNU But is not compile 2009/2/11 Viktor Szakáts <harbour...@syenar.hu>: >> This is your path for mingw32 >> have you also openwatcom,msvc,w32/mingwce, w32/msvcce,w32/poccce > > No, but the idea is very very similar. > >> >> @echo off >> >> set PATH=C:\devl\MinGW-412\bin\;C:\devl\msys\1.0\bin\;%PATH% > > msys is better to precede MinGW. > >> >> set PRG_USR=-l >> set C_USR=-march=pentiumpro -O4 -fomit-frame-pointer -ffast-math > > None needed as discussed earlier. > >> >> set HB_ARCHITECTURE=w32 >> set HB_COMPILER=mingw32 >> >> set L_USR=-s > > Wrong, use this: > set HB_ARCHITECTURE=win > set HB_COMPILER=mingw > set HB_USER_LDFLAGS=-s > Brgds, > Viktor > > _______________________________________________ > Harbour mailing list > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > > -- Massimo Belgrano Albo Nazionale Informatici Professionisti 2620 Socio 2843 Associazione Informatici prof. Analisi e sviluppo software per Lan e Web Consulenza informatica - Formazione Delta Informatica S.r.l. http://www.deltain.it Via Torelli,31 - 28100 Novara - Tel: 0321/30281 _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour