On Wed, 14 Oct 2009, Lorenzo Fiorini wrote: > > I can't really see the difference ( beside the fact that it creates .o > > instead of .hrb ). > If I add -gh to the > > ( echo "$@: " ; hbcmp $(PRGFLAGS) -gh -q2 -sm $? ) > $(?:.prg=.d) > it works. > So it could be the hb_cc that gets execute while it should be skipped with > -sm.
You are right though it's not the problem of executing hb_cc but missing .c file as result of harbour compiler call. hb_cmp looks for such file when -gc[0-3] is used or non of -g* switch is passed by user. Using -gh or -go as workaround resolves the problem. I'll update hb* scripts in a while. Thank you for information. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
