>
> Your french is better than my english ('cible' <=> 'target'),Thank you, plutot merci ;) > Here the english version of the error : > > $ export LANG=C > $ ./make_gcc.sh > make_gcc.mak:331: warning: overriding commands for target > `lib/gcc/libhbmainstd.a' > make_gcc.mak:309: warning: ignoring old commands for target > `lib/gcc/libhbmainstd.a' >> >> >> I'd recommend trying with GNU make (win/gcc settings) to avoid the above. >> >> I try with : > export HB_ARCHITECTURE=win > export HB_CC_NAME=gcc > ./make_gcc.sh You should use _make_gnu.sh_ for the mainstream GNU make system. (make_gcc.sh is using the non-GNU make files - common.mak - with a twist). But this won't fix the actual compile errors, only the make warnings mentioned above. Brgds, Viktor
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
