Hi all, When i'm building WinCE using msys + mingw :
make[2]: Entering directory `C:/msys/1.0/harbour/utils/hbmk2' make[3]: Entering directory `C:/msys/1.0/harbour/utils/hbmk2/wce/mingwarm' C:/msys/1.0/harbour/bin/harbour.exe ../../hbmk2.prg -n1 -i../../../../include -q0 -w3 -es2 -kmo -l -gc0 -D__PLATFORM__WINCE arm-wince-mingw32ce-gcc -I. -I../../../../include -Wall -W -O2 -fomit-frame-pointer -c hbmk2.c -ohbmk2.o arm-wince-mingw32ce-gcc -Wall -W -O2 -fomit-frame-pointer -ohbmk2.exe hbmk2.o -L../../../../lib/wce/mingwarm -Wl,--start-group -lhbdebug -lhbvmmt -lhbrtl -lhblang -lhbcpage -lhbnulrdd -lhbrtl -lhbvmmt -lhbmacro -lhbcommon -lhbpp -lhbcplr -lrddntx -lrddnsx -lrddcdx -lrddfpt -lhbsix -lhbhsx -lhbusrrdd -lhbuddall -lgtcgi -lgtpca -lgtstd -lgtwvt -lgtgui -Wl,--end-group -lwininet -lws2 -lcommdlg -lcommctrl -luuid -lole32 hbmk2.o:hbmk2.c:(.data+0xc2c): undefined reference to `HB_FUN_HB_GT_WIN' collect2: ld returned 1 exit status make[3]: *** [hbmk2.exe] Error 1 make[3]: Leaving directory `C:/msys/1.0/harbour/utils/hbmk2/wce/mingwarm' make[2]: *** [descend] Error 2 make[2]: Leaving directory `C:/msys/1.0/harbour/utils/hbmk2' make[1]: *** [hbmk2.inst] Error 2 make[1]: Leaving directory `C:/msys/1.0/harbour/utils' make: *** [utils.inst] Error 2 What's wrong ? My env : export PATH=".:/usr/local/bin:/mingw/bin:/bin:/opt/mingw32ce/bin:/harbour/bin:$PATH" export HB_BIN_COMPILE="/harbour/bin" export HB_PPGEN_PATH="$HB_BIN_COMPILE" export HB_CCPATH="/opt/mingw32ce/bin" export HB_COMPILER=mingwarm export HB_ARCHITECTURE=wce export HB_INSTALL_PREFIX="/hb-$HB_COMPILER" export HB_LIB_INSTALL="/hb-$HB_COMPILER/lib" export HB_INC_INSTALL="/hb-$HB_COMPILER/include" export HB_CCPREFIX="arm-wince-mingw32ce-" -- Regards, Jaroslaw Kadziola _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
