> > >I know what out-of-the-box means. > > Don't expect I did not know that. I was just emphasizing my point. Sorry..
No prob! > C:\harbour-11\bin>hbmk2 ..\tests\hello.prg -trace > hbmk: Harbour compiler command: > C:/harbour-11/bin\harbour.exe -n2 ../tests/hello.prg > -iC:/harbour-11/include > hbmk: C compiler command: > C:\harbour-11\mingw\bin\gcc.exe hello.c -O3 -ohello.exe > -IC:/harbour-11/incl > ude -LC:/harbour-11/lib/win/mingw -mconsole -Wl,--start-group -lhbcpage > -lhblang > -lhbcommon -lhbcplr -lhbdebug -lhbvm -lhbrdd -lhbusrrdd -lhbuddall -lhbhsx > -lhb > six -lrddntx -lrddnsx -lrddcdx -lrddfpt -lhbrtl -lhbpp -lhbmacro -lhbextern > -lgt > cgi -lgtpca -lgtstd -lgtwin -lgtwvt -lgtgui -lhbpcre -lhbzlib -luser32 > -lgdi32 - > ladvapi32 -lws2_32 -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -lole32 > -loleaut32 > -luuid -lmpr -lwinmm -lmapi32 -limm32 -lmsimg32 -Wl,--end-group > hbmk: Error: Running C compiler. -1: > C:\harbour-11\mingw\bin\gcc.exe hello.c -O3 -ohello.exe > -IC:/harbour-11/incl > ude -LC:/harbour-11/lib/win/mingw -mconsole -Wl,--start-group -lhbcpage > -lhblang > -lhbcommon -lhbcplr -lhbdebug -lhbvm -lhbrdd -lhbusrrdd -lhbuddall -lhbhsx > -lhb > six -lrddntx -lrddnsx -lrddcdx -lrddfpt -lhbrtl -lhbpp -lhbmacro -lhbextern > -lgt > cgi -lgtpca -lgtstd -lgtwin -lgtwvt -lgtgui -lhbpcre -lhbzlib -luser32 > -lgdi32 - > ladvapi32 -lws2_32 -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -lole32 > -loleaut32 > -luuid -lmpr -lwinmm -lmapi32 -limm32 -lmsimg32 -Wl,--end-group > Thanks. I suspect you have a CLIPPER or HARBOUR envvar set to some (invalid to Harbour?) settings. I'm thinking this because by default hbmk2 should call harbour.exe without -q/-q0, while in your case Harbour is called with that since the logo header is missing from the output. Can you check this? PS : I do not see the hello.c after above execution, which must be there > IMO. It should be deleted in this case. Brgds, Viktor
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
